Merge "Add missing space in help output"
This commit is contained in:
commit
3bc0f1872e
@ -1327,7 +1327,7 @@ class OvercloudServiceConfigurationValidate(KayobeAnsibleMixin,
|
|||||||
group = parser.add_argument_group("Service Configuration Validate")
|
group = parser.add_argument_group("Service Configuration Validate")
|
||||||
group.add_argument("--output-dir", required=True,
|
group.add_argument("--output-dir", required=True,
|
||||||
help="the directory to store the results of running"
|
help="the directory to store the results of running"
|
||||||
"the config validator (required)")
|
" the config validator (required)")
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
def take_action(self, parsed_args):
|
def take_action(self, parsed_args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user