diff --git a/cmd2.py b/cmd2.py index 4b4bc458f..3e66cde02 100755 --- a/cmd2.py +++ b/cmd2.py @@ -1028,7 +1028,7 @@ def _help_menu(self): def do_shortcuts(self, args): """Lists shortcuts (aliases) available.""" result = "\n".join('%s: %s' % (sc[0], sc[1]) for sc in sorted(self.shortcuts)) - self.stdout.write("Single-key shortcuts for other commands:\n{}\n".format(result)) + self.stdout.write("Shortcuts for other commands:\n{}\n".format(result)) # noinspection PyUnusedLocal def do_eof(self, arg): diff --git a/tests/conftest.py b/tests/conftest.py index b4d8c804a..bfbfdca41 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -36,7 +36,7 @@ """ # Output from the shortcuts command with default built-in shortcuts -SHORTCUTS_TXT = """Single-key shortcuts for other commands: +SHORTCUTS_TXT = """Shortcuts for other commands: !: shell ?: help @: load