summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/features/builtin_commands.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/builtin_commands.rst b/docs/features/builtin_commands.rst
index ab4ca60e..2e434a50 100644
--- a/docs/features/builtin_commands.rst
+++ b/docs/features/builtin_commands.rst
@@ -23,7 +23,7 @@ A list of all user-settable parameters, with brief comments, is viewable from
within a running application::
(Cmd) set --long
- allow_ansi: Terminal # Allow ANSI escape sequences in output (valid values: Terminal, Always, Never)
+ allow_style: Terminal # Allow ANSI escape sequences in output (valid values: Terminal, Always, Never)
continuation_prompt: > # On 2nd+ line of input
debug: False # Show full error stack on error
echo: False # Echo command issued into output
@@ -38,7 +38,7 @@ within a running application::
Any of these user-settable parameters can be set while running your app with
the ``set`` command like so::
- (Cmd) set allow_ansi Never
+ (Cmd) set allow_style Never
Removing A Builtin Command