We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82216c commit 2b4dcafCopy full SHA for 2b4dcaf
cmd2/cmd2.py
@@ -2645,7 +2645,7 @@ def _macro_list(self, args: argparse.Namespace) -> None:
2645
" macro create show_results print_results -type {1} \"|\" less\n"
2646
"\n"
2647
" Because macros do not resolve until after hitting Enter, tab completion\n"
2648
- " will only complete paths while entering a macro.")
+ " will only complete paths while typing a macro.")
2649
2650
macro_create_parser = macro_subparsers.add_parser('create', help=macro_create_help,
2651
description=macro_create_description,
0 commit comments