# HG changeset patch # User Ludovic Chabant # Date 1466899208 25200 # Node ID f9d926669d7aae67f829ef42cfa3105358b4a4ea # Parent 78de21447e4e2f1f0d9bc8440a25ba1d674e12f6 chef: Make all the commands descriptions fit in one line. diff -r 78de21447e4e -r f9d926669d7a piecrust/commands/builtin/info.py --- a/piecrust/commands/builtin/info.py Sat Jun 25 16:59:43 2016 -0700 +++ b/piecrust/commands/builtin/info.py Sat Jun 25 17:00:08 2016 -0700 @@ -25,8 +25,7 @@ def __init__(self): super(ShowConfigCommand, self).__init__() self.name = 'showconfig' - self.description = ("Prints part of, or the entirety of, " - "the website's configuration.") + self.description = ("Shows the website's configuration.") def setupParser(self, parser, app): parser.add_argument(