diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-20 10:08:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 10:08:13 -0500 |
commit | 7b564b4424accfbd7439de10a169d9b64bc599c5 (patch) | |
tree | e9d3b691b9900827f85e0b1e19f3d0355331fb9d /tests/conftest.py | |
parent | 91bc999d022a486334b9054859e2ef6f03ca9666 (diff) | |
parent | 03f15696076b04a2881562a0429a435e61ffd92c (diff) | |
download | cmd2-git-7b564b4424accfbd7439de10a169d9b64bc599c5.tar.gz |
Merge pull request #255 from python-cmd2/argparse_help
Improved how new argparse-based decorators provide help
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 387322b1..021af193 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -21,7 +21,7 @@ edit help history load py pyscript quit set shell shortcuts # Help text for the history command HELP_HISTORY = """usage: history [-h] [-r | -e | -o FILE] [-s] [arg] -run, edit, and save previously entered commands +View, run, edit, and save previously entered commands. positional arguments: arg empty all history items |