summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 0ac1d535..dbdb55ef 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -2645,7 +2645,7 @@ class Cmd(cmd.Cmd):
" macro create show_results print_results -type {1} \"|\" less\n"
"\n"
" Because macros do not resolve until after hitting Enter, tab completion\n"
- " will only complete paths while entering a macro.")
+ " will only complete paths while typing a macro.")
macro_create_parser = macro_subparsers.add_parser('create', help=macro_create_help,
description=macro_create_description,