RosettaCodeData/Task/Here-document/Python/here-document.py
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
152 B
Python

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