summaryrefslogtreecommitdiff
path: root/docs/settingchanges.rst
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-26 14:37:13 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-26 14:37:13 -0400
commit8aeb29cf1fd027093b87b8f9f9c640cf50595db7 (patch)
tree23cb1ef06b4f9e52fe8b6da0b7e9f51a05e609e1 /docs/settingchanges.rst
parent149f6eba2620b1623f6071227318450c779b2b50 (diff)
parentc8983d9d6df4d057672166a7e8df544199788b9a (diff)
downloadcmd2-git-8aeb29cf1fd027093b87b8f9f9c640cf50595db7.tar.gz
Merge branch 'macro' into argparse_conversion
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r--docs/settingchanges.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst
index 02955273..e08b6026 100644
--- a/docs/settingchanges.rst
+++ b/docs/settingchanges.rst
@@ -137,7 +137,7 @@ comments, is viewable from within a running application
with::
(Cmd) set --long
- colors: True # Colorized output (*nix only)
+ colors: Terminal # Allow colorized output
continuation_prompt: > # On 2nd+ line of input
debug: False # Show full error stack on error
echo: False # Echo command issued into output
@@ -150,5 +150,5 @@ with::
Any of these user-settable parameters can be set while running your app with the ``set`` command like so::
- set colors False
+ set colors Never