summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/cmd2.py')
-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
"""
""""""