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