diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-26 17:12:04 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-26 17:12:04 -0400 |
commit | 32512dc80da639b621dcac26467c5b1e75db2af0 (patch) | |
tree | 3d0195970d451ede5fb91260cecc9f2b4df1ddc3 /tests/test_cmd2.py | |
parent | 58ba2390dc823b95b8d97f67d518b4a50e22be89 (diff) | |
download | cmd2-git-32512dc80da639b621dcac26467c5b1e75db2af0.tar.gz |
Converted help to argparse
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r-- | tests/test_cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 1b31854a..8011ba30 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1251,7 +1251,7 @@ diddly This command does diddly Other ================================================================================ alias Manage aliases -help List available commands with "help" or detailed help with "help cmd" +help List available commands or provide detailed help for a specific command 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 |