summaryrefslogtreecommitdiff
path: root/cliff/show.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-28 19:26:24 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-28 19:26:24 -0400
commit21ffad9b2c370b6398148d9cf8492ad795286b7c (patch)
treed9a475ee2d7e3d55b00abb872c60e53e3d351c24 /cliff/show.py
parent8ba10466ffafd6f9c9fb15a42bcd83b92c3c655a (diff)
downloadcliff-21ffad9b2c370b6398148d9cf8492ad795286b7c.tar.gz
clean up help text for the other formatters
Diffstat (limited to 'cliff/show.py')
-rw-r--r--cliff/show.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cliff/show.py b/cliff/show.py
index 9f77703..93c48ce 100644
--- a/cliff/show.py
+++ b/cliff/show.py
@@ -33,7 +33,7 @@ class ShowOne(Command):
def get_parser(self, prog_name):
parser = super(ShowOne, self).get_parser(prog_name)
formatter_group = parser.add_argument_group(
- title='Output Formatters',
+ title='output formatters',
description='List output formatter options',
)
formatter_choices = sorted(self.formatters.keys())