summaryrefslogtreecommitdiff
path: root/cliff/formatters/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/formatters/shell.py')
-rw-r--r--cliff/formatters/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cliff/formatters/shell.py b/cliff/formatters/shell.py
index 23f2368..c45dc2b 100644
--- a/cliff/formatters/shell.py
+++ b/cliff/formatters/shell.py
@@ -9,7 +9,7 @@ class ShellFormatter(SingleFormatter):
def add_argument_group(self, parser):
group = parser.add_argument_group(
title='shell formatter',
- description='Print values in a format a UNIX shell can parse (variable="value")',
+ description='a format a UNIX shell can parse (variable="value")',
)
group.add_argument(
'--variable',