diff options
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 05721eb4..c9a9ab0e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -16,7 +16,7 @@ import cmd2 BASE_HELP = """Documented commands (type help <topic>): ======================================== cmdenvironment help load pyscript run set shortcuts -edit history py quit save shell show +edit history py quit save shell """ # Help text for the history command |