diff piecrust/commands/builtin/info.py @ 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 dafb7d76c2ba
children f6f9a284a5f3
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(