diff --git a/terminis/terminis.py b/terminis/terminis.py index a1515c3..306c4a7 100644 --- a/terminis/terminis.py +++ b/terminis/terminis.py @@ -737,7 +737,7 @@ def edit(): def print_help(): print("Usage:") - print("python terminis.py [--edit|--help|n]") + print("terminis [--edit|--help|n]") print(" --edit: edit controls in text editor") print(" --help: show command usage (this message)") print(" n (integer between 1 and 15): start at level n")