Fix 'url' to 'URL'

TrivialFix

Change-Id: I6f35b0c48eda7d6021c2f6a13c084170ebf552d2
This commit is contained in:
Yushiro FURUKAWA 2016-09-29 20:19:55 +09:00
parent bb3160a42c
commit 9be94f3bae
1 changed files with 1 additions and 1 deletions

View File

@ -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``.