Add missing space character to help message

Change-Id: I563216f210a79684bd6eacac2617a7f73d7ed047
This commit is contained in:
Pierre Riteau 2024-12-16 13:19:40 +01:00
parent 3a92663765
commit 633eae0841

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")