diff options
author | kotfu <kotfu@kotfu.net> | 2019-02-09 19:38:56 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-02-09 19:38:56 -0700 |
commit | b7fc503fcff1b8454df7f33a375c83b045ed8725 (patch) | |
tree | 10352ce853bafc21a6080c4b79d7a92f775d2263 /cmd2/cmd2.py | |
parent | 3911335e5533405dd7f65195fe1f20bf3ac08ef8 (diff) | |
download | cmd2-git-b7fc503fcff1b8454df7f33a375c83b045ed8725.tar.gz |
Move the rest of the history tests into test_history.py
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 1d9cbe85..fc172708 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3172,7 +3172,7 @@ class Cmd(cmd.Cmd): history_format_group.add_argument('-x', '--expanded', action='store_true', help='output expanded commands instead of entered command') history_format_group.add_argument('-v', '--verbose', action='store_true', help='display history and include expanded commands if they' - ' differ from the typed command.') + ' differ from the typed command') history_arg_help = ("empty all history items\n" "a one history item by number\n" |