diff --git a/manila/share/drivers/windows/service_instance.py b/manila/share/drivers/windows/service_instance.py index b454b439ec..845c0a3569 100644 --- a/manila/share/drivers/windows/service_instance.py +++ b/manila/share/drivers/windows/service_instance.py @@ -34,7 +34,7 @@ windows_share_server_opts = [ cfg.StrOpt( "winrm_cert_pem_path", default="~/.ssl/cert.pem", - help="Path to the x509 certificate used for accessing the service" + help="Path to the x509 certificate used for accessing the service " "instance."), cfg.StrOpt( "winrm_cert_key_pem_path", @@ -43,7 +43,7 @@ windows_share_server_opts = [ cfg.BoolOpt( "winrm_use_cert_based_auth", default=False, - help="Use x509 certificates in order to authenticate to the" + help="Use x509 certificates in order to authenticate to the " "service instance.") ] diff --git a/manila/share/drivers/zfssa/zfssashare.py b/manila/share/drivers/zfssa/zfssashare.py index 8c0e99655f..2a29e12826 100644 --- a/manila/share/drivers/zfssa/zfssashare.py +++ b/manila/share/drivers/zfssa/zfssashare.py @@ -36,7 +36,7 @@ ZFSSA_OPTS = [ cfg.StrOpt('zfssa_auth_user', help='ZFSSA management authorized username.'), cfg.StrOpt('zfssa_auth_password', - help='ZFSSA management authorized userpassword.'), + help='ZFSSA management authorized user\'s password.'), cfg.StrOpt('zfssa_pool', help='ZFSSA storage pool name.'), cfg.StrOpt('zfssa_project',