Fix Typos: fix the help information for prechecks action

Change-Id: I1cbf546187b967fd220fe7a17e7e72d456ac7041
This commit is contained in:
yanghongyu 2019-09-11 10:22:39 +00:00
parent a7ea023c38
commit fd94f4e03e
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):