fix error in command help message
This commit is contained in:
parent
f4a1f4f251
commit
dbf3b04279
@ -737,7 +737,7 @@ def edit():
|
|||||||
|
|
||||||
def print_help():
|
def print_help():
|
||||||
print("Usage:")
|
print("Usage:")
|
||||||
print("python terminis.py [--edit|--help|n]")
|
print("terminis [--edit|--help|n]")
|
||||||
print(" --edit: edit controls in text editor")
|
print(" --edit: edit controls in text editor")
|
||||||
print(" --help: show command usage (this message)")
|
print(" --help: show command usage (this message)")
|
||||||
print(" n (integer between 1 and 15): start at level n")
|
print(" n (integer between 1 and 15): start at level n")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user