Add missing space in help output
Change-Id: I6834aa6a19a73efe807402fa767b9ceaf1170a20
This commit is contained in:
parent
2d0f797b3e
commit
4337e78eea
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user