diff options
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" |