summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-05 17:06:15 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-05 17:06:15 -0500
commitf3285c801791b46acb4a3ddd0ef372316f314151 (patch)
tree5b5c49be416e11d76514389c8d2ddc36b6d5a713 /docs
parent7519f742923a31599c56dfc5db9aad6901bfce73 (diff)
downloadcmd2-git-f3285c801791b46acb4a3ddd0ef372316f314151.tar.gz
Updated help text
Diffstat (limited to 'docs')
-rw-r--r--docs/features/builtin_commands.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/builtin_commands.rst b/docs/features/builtin_commands.rst
index 025149b3..83d3176d 100644
--- a/docs/features/builtin_commands.rst
+++ b/docs/features/builtin_commands.rst
@@ -93,10 +93,10 @@ within a running application:
(Cmd) set --long
allow_style: Terminal # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never)
- debug: False # Show full error stack on error
+ debug: False # Show full traceback on exception
echo: False # Echo command issued into output
- editor: vim # Program used by ``edit``
- feedback_to_output: False # include nonessentials in `|`, `>` results
+ editor: vim # Program used by 'edit'
+ feedback_to_output: False # include nonessentials in '|', '>' results
max_completion_items: 50 # Maximum number of CompletionItems to display during tab completion
quiet: False # Don't print nonessential feedback
timing: False # Report execution times