summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYushiro FURUKAWA <y.furukawa_2@jp.fujitsu.com>2016-09-29 20:19:55 +0900
committerYushiro FURUKAWA <y.furukawa_2@jp.fujitsu.com>2016-09-29 20:25:55 +0900
commit9be94f3baebf2412df4c70e2cc2949314e651f8d (patch)
treea0d923c9918ce27679aead281278a1e0ad819e15 /doc
parentbb3160a42c72e9e2b8b1046ffbb2933a4397ff5d (diff)
downloadpython-swiftclient-9be94f3baebf2412df4c70e2cc2949314e651f8d.tar.gz
Fix 'url' to 'URL'
TrivialFix Change-Id: I6f35b0c48eda7d6021c2f6a13c084170ebf552d2
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``.