summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index f133381b..434ade5f 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -207,7 +207,7 @@ class Cmd(cmd.Cmd):
self.settable = \
{
# allow_style is a special case in which it's an application-wide setting defined in ansi.py
- 'allow_style': ('Allow ANSI style sequences in output '
+ 'allow_style': ('Allow ANSI text style sequences in output '
'(valid values: {}, {}, {})'.format(ansi.STYLE_TERMINAL,
ansi.STYLE_ALWAYS,
ansi.STYLE_NEVER)),