Merge "client: show subcommand propose a more meaningful help message"

This commit is contained in:
Zuul 2018-07-15 17:28:29 +00:00 committed by Gerrit Code Review
commit 2910cf7a1b
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class Client(zuul.cmd.ZuulApp):
cmd_promote.set_defaults(func=self.promote)
cmd_show = subparsers.add_parser('show',
help='valid show subcommands')
help='show current statuses')
cmd_show.set_defaults(func=self.show_running_jobs)
show_subparsers = cmd_show.add_subparsers(title='show')
show_running_jobs = show_subparsers.add_parser(