Merge "Add missing space character to help message"

This commit is contained in:
Zuul 2025-01-02 12:03:28 +00:00 committed by Gerrit Code Review
commit a6e7ae265b

View File

@ -80,7 +80,7 @@ def add_args(parser):
help="only print names of tasks, don't run them, "
"note this has no affect on kolla-ansible.")
parser.add_argument("-sh", "--skip-hooks", action="store", default=None,
help="disables hooks. Specify a pattern to skip"
help="disables hooks. Specify a pattern to skip "
"specific playbooks. \"all\" skips all playbooks")