Add missing space in argument description

Change-Id: Ib3a638fa1d92457e713ed52c84b8484f8c3dcf34
This commit is contained in:
Pierre Riteau 2018-11-02 15:49:04 +00:00
parent 58373874e0
commit 685ee3d5b0
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")