From 4337e78eea89f068eda8ffcb6fb1665dbfdac677 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 13 Feb 2024 19:26:54 +0000 Subject: [PATCH] Add missing space in help output Change-Id: I6834aa6a19a73efe807402fa767b9ceaf1170a20 --- kayobe/cli/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kayobe/cli/commands.py b/kayobe/cli/commands.py index 464d83b0e..196e72365 100644 --- a/kayobe/cli/commands.py +++ b/kayobe/cli/commands.py @@ -1327,7 +1327,7 @@ class OvercloudServiceConfigurationValidate(KayobeAnsibleMixin, group = parser.add_argument_group("Service Configuration Validate") group.add_argument("--output-dir", required=True, help="the directory to store the results of running" - "the config validator (required)") + " the config validator (required)") return parser def take_action(self, parsed_args):