summaryrefslogtreecommitdiff
path: root/doc/source/man/openstack.rst
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2015-03-05 19:15:19 -0500
committerZane Bitter <zbitter@redhat.com>2015-03-05 19:15:19 -0500
commitfb2a5492df5a65a3670df9485befb4bc2cae24a2 (patch)
treef892c8199e478a4118ee69931ef94b3bf06ffe10 /doc/source/man/openstack.rst
parent5b8f18fe4b15069b024e3b84717551fb4c769745 (diff)
downloadpython-openstackclient-fb2a5492df5a65a3670df9485befb4bc2cae24a2.tar.gz
Fix embarrassing typo in man page
Change-Id: Icf1fcd9f7952ebff9da0081ccb4b9272e17e7de4
Diffstat (limited to 'doc/source/man/openstack.rst')
-rw-r--r--doc/source/man/openstack.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst
index 4a9df34a..a6de54db 100644
--- a/doc/source/man/openstack.rst
+++ b/doc/source/man/openstack.rst
@@ -55,7 +55,7 @@ OPTIONS
:program:`openstack` takes global options that control overall behaviour and command-specific options that control the command operation. Most global options have a corresponding environment variable that may also be used to set the value. If both are present, the command-line option takes priority. The environment variable names are derived from the option name by dropping the leading dashes ('--'), converting each embedded dash ('-') to an underscore ('_'), and converting to upper case.
-:program:`openstack` recognizes the following global topions:
+:program:`openstack` recognizes the following global options:
:option:`--os-auth-plugin` <auth-plugin>
The authentication plugin to use when connecting to the Identity service. If this option is not set, :program:`openstack` will attempt to guess the authentication method to use based on the other options.