summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-02-06 09:43:09 -0600
committerGerrit Code Review <review@openstack.org>2013-02-06 18:09:05 +0000
commitbb6e227c764457cd9e5b7d1ff4d249162334bd14 (patch)
tree516857ec856e403a26986b01ec2f969a2ca45576 /README.rst
parenta564b88e688282a16fcb27b71004576468bf1cf0 (diff)
downloadpython-keystoneclient-bb6e227c764457cd9e5b7d1ff4d249162334bd14.tar.gz
Fix incomplete sentence in help
`keystone help` only pulls a one line summary from docstrings, so this summary needed to be condensed. Change-Id: I9b08c6a8153101b1cc338955078d0d3b6a0aa02e
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e6d2928..c980102 100644
--- a/README.rst
+++ b/README.rst
@@ -141,8 +141,8 @@ You'll find complete documentation on the shell by running ``keystone help``::
user-role-list List roles granted to a user
user-role-remove Remove role from user
user-update Update user's name, email, and enabled status
- discover Discover Keystone servers and show authentication
- protocols and
+ discover Discover Keystone servers, supported API versions and
+ extensions.
bootstrap Grants a new role to a new user on a new tenant, after
creating each.
bash-completion Prints all of the commands and options to stdout.