From 685ee3d5b0edce221409feb68ceb29ecb2e91733 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 2 Nov 2018 15:49:04 +0000 Subject: [PATCH] Add missing space in argument description Change-Id: Ib3a638fa1d92457e713ed52c84b8484f8c3dcf34 --- kayobe/ansible.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kayobe/ansible.py b/kayobe/ansible.py index f362c39e8..7c1d4abcc 100644 --- a/kayobe/ansible.py +++ b/kayobe/ansible.py @@ -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")