mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Fix 'auhentication' spelling error/mistake
Change-Id: Iba58c188d2ae44170539534eea1415cf8eb65ac4
This commit is contained in:
parent
f14251669f
commit
d751a21d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue