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

@ -244,7 +244,7 @@ Auth
``auth`` ``auth``
Display authentication variables in shell friendly format. Command to run to export storage 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 Command to append to a runcom file (e.g. ``~/.bashrc``, ``/etc/profile``) for automatic
authentication: ``swift auth -v -U test:tester -K testing``. authentication: ``swift auth -v -U test:tester -K testing``.