diff --git a/keystoneclient/auth/identity/v2.py b/keystoneclient/auth/identity/v2.py index 8eaa9c59c..c25ddfdc2 100644 --- a/keystoneclient/auth/identity/v2.py +++ b/keystoneclient/auth/identity/v2.py @@ -153,7 +153,7 @@ class Password(Auth): dest='username', deprecated_name='username', help='Username to login with'), - cfg.StrOpt('user-id', help='User ID to longin with'), + cfg.StrOpt('user-id', help='User ID to login with'), cfg.StrOpt('password', secret=True, help='Password to use'), ])