RosettaCodeData/Task/Here-document/Python/here-document.py

6 lines
152 B
Python

print("""\
Usage: thingy [OPTIONS]
-h Display this usage message
-H hostname Hostname to connect to
""")