diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-21 21:20:47 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-21 21:20:47 -0400 |
commit | 2b4dcaf8b5f3b759bb9973ee4a10c426a6fbb425 (patch) | |
tree | c3c1c752593f8274005a520e53d84b5e878a75c3 | |
parent | b82216c505c52abafdd867f222cd36b1d5c9b690 (diff) | |
download | cmd2-git-2b4dcaf8b5f3b759bb9973ee4a10c426a6fbb425.tar.gz |
Updated help text
-rw-r--r-- | cmd2/cmd2.py | 2 |
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, |