From 81e3c8a282901f89cd2138f6a9a658925e8f283a Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Tue, 12 Mar 2019 12:24:12 +0000
Subject: [PATCH] Add missing space in argument description

Change-Id: I0b364a77231e1b88dd9471e6f3893626c125d510
---
 kayobe/kolla_ansible.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kayobe/kolla_ansible.py b/kayobe/kolla_ansible.py
index a494fd00..f18db5e7 100644
--- a/kayobe/kolla_ansible.py
+++ b/kayobe/kolla_ansible.py
@@ -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")
-- 
GitLab