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 67b8ed39..cccfa882 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3099,7 +3099,7 @@ class Cmd(cmd.Cmd): descriptive_header='Value', ) - @as_subcommand_to('alias', 'list', alias_list_parser, help=alias_delete_help) + @as_subcommand_to('alias', 'list', alias_list_parser, help=alias_list_help) def _alias_list(self, args: argparse.Namespace) -> None: """List some or all aliases as 'alias create' commands""" tokens_to_quote = constants.REDIRECTION_TOKENS |