You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/07/27 20:45:57 UTC

git commit: Fix typos in cli help. Patch by Tommy Tynjä, reviewed by brandonwilliams for CASSANDRA-4398

Updated Branches:
  refs/heads/cassandra-1.1 8227f43a7 -> 96075b31c


Fix typos in cli help.
Patch by Tommy Tynjä, reviewed by brandonwilliams for CASSANDRA-4398


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/96075b31
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/96075b31
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/96075b31

Branch: refs/heads/cassandra-1.1
Commit: 96075b31c3e2cde777f20367442f1c0cb13c40c1
Parents: 8227f43
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 27 13:44:43 2012 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 27 13:44:43 2012 -0500

----------------------------------------------------------------------
 .../org/apache/cassandra/cli/CliHelp.yaml          |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/96075b31/src/resources/org/apache/cassandra/cli/CliHelp.yaml
----------------------------------------------------------------------
diff --git a/src/resources/org/apache/cassandra/cli/CliHelp.yaml b/src/resources/org/apache/cassandra/cli/CliHelp.yaml
index 017b54e..7426c43 100644
--- a/src/resources/org/apache/cassandra/cli/CliHelp.yaml
+++ b/src/resources/org/apache/cassandra/cli/CliHelp.yaml
@@ -39,9 +39,9 @@ help: |
     del                     Delete a column, super column or row.
     decr                    Decrements a counter column.
     describe cluster        Describe the cluster configuration.
-    describe                Describe a keyspace and it's column families or column family in current keyspace.
-    drop column family      Remove a column family and it's data.
-    drop keyspace           Remove a keyspace and it's data.
+    describe                Describe a keyspace and its column families or column family in current keyspace.
+    drop column family      Remove a column family and its data.
+    drop keyspace           Remove a keyspace and its data.
     drop index              Remove an existing index from specific column.
     get                     Get rows and columns.
     incr                    Increments a counter column.