client: show subcommand propose a more meaningful help message

This patch proposes a new help message for the show
subcommand.

Change-Id: I51ec174876a4855380515d95c980bf4f3ece99d2
This commit is contained in:
Fabien Boucher 2018-07-12 20:02:29 +02:00
parent 19afda37a3
commit fd1208f8ec
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(