diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-05 17:06:15 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-05 17:06:15 -0500 |
commit | f3285c801791b46acb4a3ddd0ef372316f314151 (patch) | |
tree | 5b5c49be416e11d76514389c8d2ddc36b6d5a713 /tests/conftest.py | |
parent | 7519f742923a31599c56dfc5db9aad6901bfce73 (diff) | |
download | cmd2-git-f3285c801791b46acb4a3ddd0ef372316f314151.tar.gz |
Updated help text
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 9e3e2798..7f77a207 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -100,7 +100,7 @@ timing: False SHOW_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 |