Fix 'auhentication' spelling error/mistake
Change-Id: Iba58c188d2ae44170539534eea1415cf8eb65ac4
This commit is contained in:
parent
f14251669f
commit
d751a21d2c
@ -185,7 +185,7 @@ def build_auth_plugins_option_parser(parser):
|
|||||||
metavar='<auth-type>',
|
metavar='<auth-type>',
|
||||||
dest='auth_type',
|
dest='auth_type',
|
||||||
default=utils.env('OS_AUTH_TYPE'),
|
default=utils.env('OS_AUTH_TYPE'),
|
||||||
help='Select an auhentication type. Available types: ' +
|
help='Select an authentication type. Available types: ' +
|
||||||
', '.join(available_plugins) +
|
', '.join(available_plugins) +
|
||||||
'. Default: selected based on --os-username/--os-token' +
|
'. Default: selected based on --os-username/--os-token' +
|
||||||
' (Env: OS_AUTH_TYPE)',
|
' (Env: OS_AUTH_TYPE)',
|
||||||
|
Loading…
Reference in New Issue
Block a user