Mercurial > piecrust2
changeset 755:f9d926669d7a
chef: Make all the commands descriptions fit in one line.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 25 Jun 2016 17:00:08 -0700 |
parents | 78de21447e4e |
children | 37bd88f88bab |
files | piecrust/commands/builtin/info.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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(