Skip to content
Snippets Groups Projects
Commit 17c1e316 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add missing space in argument description"

parents 330d4b2c 685ee3d5
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ def add_args(parser):
help="further limit selected hosts to an additional "
"pattern")
parser.add_argument("--skip-tags", metavar="TAGS",
help="only run plays and tasks whose tags do not match"
"these values")
help="only run plays and tasks whose tags do not "
"match these values")
parser.add_argument("-t", "--tags", metavar="TAGS",
help="only run plays and tasks tagged with these "
"values")
......
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