diff --git a/openstackclient/identity/v3/unscoped_saml.py b/openstackclient/identity/v3/unscoped_saml.py index 9b158b6752..fddac68fae 100644 --- a/openstackclient/identity/v3/unscoped_saml.py +++ b/openstackclient/identity/v3/unscoped_saml.py @@ -37,7 +37,7 @@ def auth_with_unscoped_saml(func): else: msg = ('This command requires the use of an unscoped SAML ' 'authentication plugin. Please use argument ' - '--os-auth-plugin with one of the following ' + '--os-auth-type with one of the following ' 'plugins: ' + ', '.join(UNSCOPED_AUTH_PLUGINS)) raise exceptions.CommandError(msg) return _decorated