There was an error while loading. Please reload this page.
2 parents 54ff5d8 + 874c921 commit b9ca728Copy full SHA for b9ca728
1 file changed
openstackclient/identity/v3/unscoped_saml.py
@@ -37,7 +37,7 @@ def _decorated(self, parsed_args):
37
else:
38
msg = ('This command requires the use of an unscoped SAML '
39
'authentication plugin. Please use argument '
40
- '--os-auth-plugin with one of the following '
+ '--os-auth-type with one of the following '
41
'plugins: ' + ', '.join(UNSCOPED_AUTH_PLUGINS))
42
raise exceptions.CommandError(msg)
43
return _decorated
0 commit comments