Add missing space in argument description
Change-Id: I0b364a77231e1b88dd9471e6f3893626c125d510
This commit is contained in:
parent
7eedd8f416
commit
81e3c8a282
@ -57,8 +57,8 @@ def add_args(parser):
|
||||
help="further limit selected hosts to an additional "
|
||||
"pattern")
|
||||
parser.add_argument("--kolla-skip-tags", metavar="TAGS",
|
||||
help="only run plays and tasks whose tags do not match"
|
||||
"these values in Kolla Ansible")
|
||||
help="only run plays and tasks whose tags do not "
|
||||
"match these values in Kolla Ansible")
|
||||
parser.add_argument("-kt", "--kolla-tags", metavar="TAGS",
|
||||
help="only run plays and tasks tagged with these "
|
||||
"values in Kolla Ansible")
|
||||
|
Loading…
Reference in New Issue
Block a user