Fix 'auhentication' spelling error/mistake

Change-Id: Iba58c188d2ae44170539534eea1415cf8eb65ac4
This commit is contained in:
Joshua Harlow 2015-09-01 15:51:58 -07:00
parent f14251669f
commit d751a21d2c

View File

@ -185,7 +185,7 @@ def build_auth_plugins_option_parser(parser):
metavar='<auth-type>',
dest='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) +
'. Default: selected based on --os-username/--os-token' +
' (Env: OS_AUTH_TYPE)',