From fd94f4e03ee62ce5c33f72f6ead62282fbbd6c02 Mon Sep 17 00:00:00 2001 From: yanghongyu Date: Wed, 11 Sep 2019 10:22:39 +0000 Subject: [PATCH] Fix Typos: fix the help information for prechecks action Change-Id: I1cbf546187b967fd220fe7a17e7e72d456ac7041 --- kolla_cli/commands/kolla_action.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kolla_cli/commands/kolla_action.py b/kolla_cli/commands/kolla_action.py index 64f01f4..303ddf9 100644 --- a/kolla_cli/commands/kolla_action.py +++ b/kolla_cli/commands/kolla_action.py @@ -105,10 +105,10 @@ class Prechecks(Command): parser = super(Prechecks, self).get_parser(prog_name) parser.add_argument('--hosts', nargs='?', metavar='', - help=u._('Pull host list')) + help=u._('Precheck host list')) parser.add_argument('--services', nargs='?', metavar='', - help=u._('Pull service list')) + help=u._('Precheck service list')) return parser def take_action(self, parsed_args):