5 lines
152 B
Python
5 lines
152 B
Python
print("""\
|
|
Usage: thingy [OPTIONS]
|
|
-h Display this usage message
|
|
-H hostname Hostname to connect to
|
|
""")
|