Add missing space character to help message
Change-Id: I563216f210a79684bd6eacac2617a7f73d7ed047
This commit is contained in:
parent
3a92663765
commit
633eae0841
@ -80,7 +80,7 @@ def add_args(parser):
|
|||||||
help="only print names of tasks, don't run them, "
|
help="only print names of tasks, don't run them, "
|
||||||
"note this has no affect on kolla-ansible.")
|
"note this has no affect on kolla-ansible.")
|
||||||
parser.add_argument("-sh", "--skip-hooks", action="store", default=None,
|
parser.add_argument("-sh", "--skip-hooks", action="store", default=None,
|
||||||
help="disables hooks. Specify a pattern to skip"
|
help="disables hooks. Specify a pattern to skip "
|
||||||
"specific playbooks. \"all\" skips all playbooks")
|
"specific playbooks. \"all\" skips all playbooks")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user