Skip to content

Commit 2b4dcaf

Browse files
committed
Updated help text
1 parent b82216c commit 2b4dcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ def _macro_list(self, args: argparse.Namespace) -> None:
26452645
" macro create show_results print_results -type {1} \"|\" less\n"
26462646
"\n"
26472647
" Because macros do not resolve until after hitting Enter, tab completion\n"
2648-
" will only complete paths while entering a macro.")
2648+
" will only complete paths while typing a macro.")
26492649

26502650
macro_create_parser = macro_subparsers.add_parser('create', help=macro_create_help,
26512651
description=macro_create_description,

0 commit comments

Comments
 (0)