summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-27 21:52:38 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-27 21:52:38 -0400
commita67c694c153fd1d15c266d89bab29076d00919d5 (patch)
tree560dc2c7563e0cf4712e600c2f6c254e666c223d /cmd2/utils.py
parent848372592577f02e03c063c6ec29a349a0f40071 (diff)
parentb4e217239cf176b96aeb3b124eef3609e688d791 (diff)
downloadcmd2-git-a67c694c153fd1d15c266d89bab29076d00919d5.tar.gz
Merge branch 'macro' into argparse_conversion
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r--cmd2/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py
index a20f0b66..7f7a9b48 100644
--- a/cmd2/utils.py
+++ b/cmd2/utils.py
@@ -308,7 +308,7 @@ class StdSim(object):
def unquote_redirection_tokens(args: List[str]) -> None:
"""
- Used to unquote redirection tokens in a list of command line arguments
+ Unquote redirection tokens in a list of command-line arguments
This is used when redirection tokens have to be passed to another command
:param args: the command line args
"""