Mercurial > piecrust2
comparison 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 |
comparison
equal
deleted
inserted
replaced
754:78de21447e4e | 755:f9d926669d7a |
---|---|
23 | 23 |
24 class ShowConfigCommand(ChefCommand): | 24 class ShowConfigCommand(ChefCommand): |
25 def __init__(self): | 25 def __init__(self): |
26 super(ShowConfigCommand, self).__init__() | 26 super(ShowConfigCommand, self).__init__() |
27 self.name = 'showconfig' | 27 self.name = 'showconfig' |
28 self.description = ("Prints part of, or the entirety of, " | 28 self.description = ("Shows the website's configuration.") |
29 "the website's configuration.") | |
30 | 29 |
31 def setupParser(self, parser, app): | 30 def setupParser(self, parser, app): |
32 parser.add_argument( | 31 parser.add_argument( |
33 'path', | 32 'path', |
34 help="The path to a config section or value", | 33 help="The path to a config section or value", |