fix error in command help message

This commit is contained in:
adrienmalin 2019-02-15 12:31:24 +01:00
parent f4a1f4f251
commit dbf3b04279

View File

@ -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")