diff --git a/kayobe/kolla_ansible.py b/kayobe/kolla_ansible.py
index a494fd0009e99dd4d37be1d67356caa25052606a..f18db5e7a09083360396242ffe9ebc9509668464 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")