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