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