summaryrefslogtreecommitdiff
path: root/openstackclient/api/auth.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-09-01 15:51:58 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-09-01 15:51:58 -0700
commitd751a21d2ce84e9e9fc64658a28ad479f2b6593e (patch)
treefe81c30b0b34dedc901c0cb9d769dc022f898207 /openstackclient/api/auth.py
parentf14251669f96d6010581702417828f4380144aa2 (diff)
downloadpython-openstackclient-d751a21d2ce84e9e9fc64658a28ad479f2b6593e.tar.gz
Fix 'auhentication' spelling error/mistake
Change-Id: Iba58c188d2ae44170539534eea1415cf8eb65ac4
Diffstat (limited to 'openstackclient/api/auth.py')
-rw-r--r--openstackclient/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/api/auth.py b/openstackclient/api/auth.py
index 820b4ecf..66272e42 100644
--- a/openstackclient/api/auth.py
+++ b/openstackclient/api/auth.py
@@ -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)',