summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-01 01:38:19 +0000
committerGerrit Code Review <review@openstack.org>2016-12-01 01:38:19 +0000
commit0d09919ee3380fffe7230782fd9db2d22f9cf322 (patch)
tree4913803894ca4d841a1ef6aa87b92648bd9eadf3 /doc
parent12d42efad23f95461692af99a77136d7591a5fee (diff)
parent9be94f3baebf2412df4c70e2cc2949314e651f8d (diff)
downloadpython-swiftclient-0d09919ee3380fffe7230782fd9db2d22f9cf322.tar.gz
Merge "Fix 'url' to 'URL'"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli.rst b/doc/source/cli.rst
index 87020c9..ad91ca9 100644
--- a/doc/source/cli.rst
+++ b/doc/source/cli.rst
@@ -244,7 +244,7 @@ Auth
``auth``
Display authentication variables in shell friendly format. Command to run to export storage
- url and auth token into ``OS_STORAGE_URL`` and ``OS_AUTH_TOKEN``: ``swift auth``.
+ URL and auth token into ``OS_STORAGE_URL`` and ``OS_AUTH_TOKEN``: ``swift auth``.
Command to append to a runcom file (e.g. ``~/.bashrc``, ``/etc/profile``) for automatic
authentication: ``swift auth -v -U test:tester -K testing``.