summaryrefslogtreecommitdiff
path: root/docs/settingchanges.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-03 20:01:33 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-03 20:01:33 -0400
commit2c3bd0a5177be980e17b4befc79cbda3825cf63b (patch)
tree69b94aa20da0f6b11538748c8d4c9e6b6585a89e /docs/settingchanges.rst
parent7c17d8bbf006e17f0104b6d9d35fc67ca4f235fd (diff)
downloadcmd2-git-2c3bd0a5177be980e17b4befc79cbda3825cf63b.tar.gz
Updated Sphinx docs
Updated to reflect that the default value of abbrev is now False.
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 d09543d6..326db3f5 100644
--- a/docs/settingchanges.rst
+++ b/docs/settingchanges.rst
@@ -103,7 +103,7 @@ comments, is viewable from within a running application
with::
(Cmd) set --long
- abbrev: True # Accept abbreviated commands
+ abbrev: False # Accept abbreviated commands
autorun_on_edit: False # Automatically run files after editing
colors: True # Colorized output (*nix only)
continuation_prompt: > # On 2nd+ line of input
@@ -118,5 +118,5 @@ with::
Any of these user-settable parameters can be set while running your app with the ``set`` command like so::
- set abbrev False
+ set abbrev True