summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-21 21:20:47 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-21 21:20:47 -0400
commit2b4dcaf8b5f3b759bb9973ee4a10c426a6fbb425 (patch)
treec3c1c752593f8274005a520e53d84b5e878a75c3
parentb82216c505c52abafdd867f222cd36b1d5c9b690 (diff)
downloadcmd2-git-2b4dcaf8b5f3b759bb9973ee4a10c426a6fbb425.tar.gz
Updated help text
-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,