summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2013-02-16 23:28:05 +0100
committerAlan Pevec <apevec@redhat.com>2013-03-08 12:31:12 +0100
commitae36809fdecdedd09abf23eeadf2374c77b8a8df (patch)
tree4f46e63177fdedab1d9ec810f409b8d45b6b5285 /README.rst
parentf46aea4e969f37a90c3d0c3aaae73c9119579e5c (diff)
downloadpython-keystoneclient-ae36809fdecdedd09abf23eeadf2374c77b8a8df.tar.gz
help text improvements
from comments in Ibbc7fab2033d8f037262b465b98d1713579adfc2 v2: synced to the README manpage will be updated in https://review.openstack.org/#/c/20976 Change-Id: I33006a4b935b9272fd99775936a17b3cfd08e294
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 6dbf9d0..4fa833b 100644
--- a/README.rst
+++ b/README.rst
@@ -153,7 +153,7 @@ You'll find complete documentation on the shell by running ``keystone help``::
subcommands.
Optional arguments:
- --version show program's version number and exit
+ --version Shows the client version and exits
--timeout <seconds> Set request timeout (in seconds)
--os-username <auth-user-name>
Name used for authentication with the OpenStack
@@ -192,11 +192,11 @@ You'll find complete documentation on the shell by running ``keystone help``::
--os-cert <certificate>
Defaults to env[OS_CERT]
--os-key <key> Defaults to env[OS_KEY]
- --os-cache Use the auth token cache. Default to env[OS_CACHE]
- --force-new-token If keyring is available and in used, token will always
- be stored and fetched from the keyring, until the
- token has expired. Use this option to request a new
- token and replace the existing one in keyring.
+ --os-cache Use the auth token cache. Defaults to env[OS_CACHE]
+ --force-new-token If the keyring is available and in use, token will
+ always be stored and fetched from the keyring until
+ the token has expired. Use this option to request a
+ new token and replace the existing one in the keyring.
--stale-duration <seconds>
Stale duration (in seconds) used to determine whether
a token has expired when retrieving it from keyring.