diff options
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r-- | docs/settingchanges.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index 2b9f9a86..3e48fe24 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -116,7 +116,6 @@ comments, is viewable from within a running application with:: (Cmd) set --long - abbrev: False # Accept abbreviated commands colors: True # Colorized output (*nix only) continuation_prompt: > # On 2nd+ line of input debug: False # Show full error stack on error @@ -130,5 +129,5 @@ with:: Any of these user-settable parameters can be set while running your app with the ``set`` command like so:: - set abbrev True + set colors False |