Merge "Fix Typos: fix the help information for prechecks action"

This commit is contained in:
Zuul 2019-09-11 12:37:31 +00:00 committed by Gerrit Code Review
commit d83742cb19
1 changed files with 2 additions and 2 deletions

View File

@ -105,10 +105,10 @@ class Prechecks(Command):
parser = super(Prechecks, self).get_parser(prog_name)
parser.add_argument('--hosts', nargs='?',
metavar='<host_list>',
help=u._('Pull host list'))
help=u._('Precheck host list'))
parser.add_argument('--services', nargs='?',
metavar='<service_list>',
help=u._('Pull service list'))
help=u._('Precheck service list'))
return parser
def take_action(self, parsed_args):