From 9be94f3baebf2412df4c70e2cc2949314e651f8d Mon Sep 17 00:00:00 2001 From: Yushiro FURUKAWA Date: Thu, 29 Sep 2016 20:19:55 +0900 Subject: [PATCH] Fix 'url' to 'URL' TrivialFix Change-Id: I6f35b0c48eda7d6021c2f6a13c084170ebf552d2 --- doc/source/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cli.rst b/doc/source/cli.rst index 87020c90..ad91ca99 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``.