Merge "Add missing space in argument description"

This commit is contained in:
Zuul 2018-11-02 20:14:41 +00:00 committed by Gerrit Code Review
commit 17c1e316df
1 changed files with 2 additions and 2 deletions

View File

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