Skip to content
Snippets Groups Projects
Commit 81e3c8a2 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Add missing space in argument description

Change-Id: I0b364a77231e1b88dd9471e6f3893626c125d510
parent 7eedd8f4
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment