diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-26 15:26:45 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-26 15:26:45 -0400 |
commit | df94d94afdfd4484d8617771daf7bfd50c299a15 (patch) | |
tree | b67ea6f8044ee3f36f454ab9b232f87194d099d1 /tests/test_cmd2.py | |
parent | 8aeb29cf1fd027093b87b8f9f9c640cf50595db7 (diff) | |
download | cmd2-git-df94d94afdfd4484d8617771daf7bfd50c299a15.tar.gz |
Tweaked help text
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r-- | tests/test_cmd2.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index d3d1d585..f388aaa5 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1256,12 +1256,12 @@ help List available commands with "help" or detailed help with "h history View, run, edit, save, or clear previously entered commands load Run commands in script file that is encoded as either ASCII or UTF-8 text macro Manage macros -py Invoke python command or shell -pyscript Run a python script file inside the console +py Invoke Python command or shell +pyscript Run a Python script file inside the console quit Exit this application set Set a settable parameter or show current settings of parameters shell Execute a command as if at the OS prompt -shortcuts List shortcuts available +shortcuts List available shortcuts Undocumented commands: ====================== |