diff --git a/manilaclient/osc/v2/security_services.py b/manilaclient/osc/v2/security_services.py index 7b3606437..f4a0b6016 100644 --- a/manilaclient/osc/v2/security_services.py +++ b/manilaclient/osc/v2/security_services.py @@ -34,14 +34,15 @@ class CreateShareSecurityService(command.ShowOne): metavar='', 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='', 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',