summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
authorkmvanbrunt <kmvanbrunt@gmail.com>2018-10-26 14:53:50 -0400
committerGitHub <noreply@github.com>2018-10-26 14:53:50 -0400
commitd411090c4aec0ad0f67763c0e480fb535dc91602 (patch)
tree5822ccf4f26baa3efc126854bdc543bc532606f0 /cmd2
parent1efd9df7c56b145691668e161bc446f0e14c7324 (diff)
downloadcmd2-git-d411090c4aec0ad0f67763c0e480fb535dc91602.tar.gz
Update cmd2/cmd2.py
Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com>
Diffstat (limited to 'cmd2')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 669c4a5a..596447be 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -180,7 +180,7 @@ def with_argument_list(func: Callable[[Statement], Optional[bool]],
shlex.split().
:param func: do_* method this decorator is wrapping
- :param preserve_quotes: if True, then arguments passed to arparse maintain their quotes
+ preserve_quotes: if True, then argument quotes will not be stripped
:return: function that gets passed a list of argument strings
"""
""""""