Merge "Add missing space in help output"

This commit is contained in:
Zuul 2024-02-16 18:46:43 +00:00 committed by Gerrit Code Review
commit 3bc0f1872e
1 changed files with 1 additions and 1 deletions

View File

@ -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):