Merge "Fix 'url' to 'URL'"

This commit is contained in:
Jenkins 2016-12-01 01:38:19 +00:00 committed by Gerrit Code Review
commit 0d09919ee3
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``.