summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 41f46d5c..17a6917c 100755
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -635,7 +635,7 @@ class Cmd(cmd.Cmd):
redirector = '>' # for sending output to file
shortcuts = {'?': 'help', '!': 'shell', '@': 'load', '@@': '_relative_load'}
aliases = dict()
- terminators = [';'] # make sure your terminators are not in legalChars!
+ terminators = [';']
# Attributes which are NOT dynamically settable at runtime
allow_cli_args = True # Should arguments passed on the command-line be processed as commands?