summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-10-23 19:16:16 +0000
committerGerrit Code Review <review@openstack.org>2013-10-23 19:16:16 +0000
commit24443e177efa445c9dd9004d7896126531e1b238 (patch)
tree92945dd9044e73054d8d6615d981edbc699549c2
parentd56ac15ebf86c5ef0899bd23c75aa4e0770a7f93 (diff)
parent1b2928cf49b3168501d4d93c84e8e4278399992f (diff)
downloadpython-troveclient-1.0.2.tar.gz
Merge "Fixing typos that were in the readme"1.0.2
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 76cd591..d438e0c 100644
--- a/README.rst
+++ b/README.rst
@@ -95,12 +95,12 @@ You'll find complete documentation on the shell by running
secgroup-add-rule Creates a security group rule.
secgroup-delete-rule
Deletes a security group rule.
- secgroup-list Lists all security gropus.
+ secgroup-list Lists all security groups.
secgroup-show Shows details about a security group.
show Show details of an instance.
user-create Creates a user.
user-delete Deletes a user from the instance.
- user-grant-access Grants access to a atabase(s) for a user.
+ user-grant-access Grants access to a database(s) for a user.
user-list Lists the users for a instance.
user-revoke-access Revokes access to a database for a user.
user-show Gets a user from the instance.