Add missing space in argument description

Change-Id: I0b364a77231e1b88dd9471e6f3893626c125d510
This commit is contained in:
Pierre Riteau 2019-03-12 12:24:12 +00:00
parent 7eedd8f416
commit 81e3c8a282
1 changed files with 2 additions and 2 deletions

View File

@ -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")