diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-01 01:38:19 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-01 01:38:19 +0000 |
commit | 0d09919ee3380fffe7230782fd9db2d22f9cf322 (patch) | |
tree | 4913803894ca4d841a1ef6aa87b92648bd9eadf3 /doc/source | |
parent | 12d42efad23f95461692af99a77136d7591a5fee (diff) | |
parent | 9be94f3baebf2412df4c70e2cc2949314e651f8d (diff) | |
download | python-swiftclient-0d09919ee3380fffe7230782fd9db2d22f9cf322.tar.gz |
Merge "Fix 'url' to 'URL'"
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/cli.rst | 2 |
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``. |