diff options
Diffstat (limited to 'ceilometerclient/shell.py')
| -rw-r--r-- | ceilometerclient/shell.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ceilometerclient/shell.py b/ceilometerclient/shell.py index 87b4840..51fa32b 100644 --- a/ceilometerclient/shell.py +++ b/ceilometerclient/shell.py @@ -313,9 +313,7 @@ class CeilometerShell(object): @utils.arg('command', metavar='<subcommand>', nargs='?', help='Display help for <subcommand>') def do_help(self, args): - """ - Display help about this program or one of its subcommands. - """ + """Display help about this program or one of its subcommands.""" if getattr(args, 'command', None): if args.command in self.subcommands: self.subcommands[args.command].print_help() |
