[OSC] Fix typos in help messages for security services command
Fix typos in help messages for the 'share security service create' command. Change-Id: I621a02166af0956a610c8306859d60a056789c3c
This commit is contained in:
parent
2c3d29313c
commit
51154c443f
@ -34,14 +34,15 @@ class CreateShareSecurityService(command.ShowOne):
|
||||
metavar='<type>',
|
||||
default=None,
|
||||
choices=['ldap', 'kerberos', 'active_directory'],
|
||||
help=_("Security service type. Possible options are:"
|
||||
help=_("Security service type. Possible options are: "
|
||||
"'ldap', 'kerberos', 'active_directory'.")
|
||||
)
|
||||
parser.add_argument(
|
||||
'--dns-ip',
|
||||
metavar='<dns-ip>',
|
||||
default=None,
|
||||
help=_("DNS IP address used inside project's network.")
|
||||
help=_("DNS IP address of the security service used "
|
||||
"inside project's network.")
|
||||
)
|
||||
parser.add_argument(
|
||||
'--ou',
|
||||
|
Loading…
Reference in New Issue
Block a user