diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-05 13:59:38 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-05 13:59:38 -0400 |
commit | d3e39079fa2b2f0fb42f539a613f2249e4253cb8 (patch) | |
tree | 853ca9e3ff3977e19ba57e0783ef32761abc47a2 /cmd2/cmd2.py | |
parent | f2f19cbeb2bb87cc34bb8a9a4d2ef99ae2702cc7 (diff) | |
download | cmd2-git-d3e39079fa2b2f0fb42f539a613f2249e4253cb8.tar.gz |
Updated alias help text
Diffstat (limited to 'cmd2/cmd2.py')
-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 2c086033..bdcb0699 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -2236,7 +2236,7 @@ Usage: Usage: alias [name] | [<name> <value>] Example: alias ls !ls -lF - If you want to use redirection or pipes in the alias, then quote them to avoid + If you want to use redirection or pipes in the alias, then quote them to prevent the alias command itself from being redirected Examples: |