Typo in openstack client help

The openstack client output for the help of --os-user-id states
"longin" instead of "login".  The openstack client gets it's help
output from the keystoneclient.

Change-Id: I7c92a82cd60b2835d98101200cf641b46dd145b4
Closes-Bug: #1455673
This commit is contained in:
Eric Brown
2015-05-15 14:54:16 -07:00
parent 59c0872cdc
commit 7cf319e790

View File

@@ -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'),
])