You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2013/09/24 15:41:35 UTC

[3/6] git commit: add snapshot repair to NodeToolHelp.yaml

add snapshot repair to NodeToolHelp.yaml


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

Branch: refs/heads/trunk
Commit: 3a4d10ff6330d0e3f6b6d7b2927db3338a2866fe
Parents: d014e4c
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Sep 24 08:41:03 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Sep 24 08:41:03 2013 -0500

----------------------------------------------------------------------
 src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3a4d10ff/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml
----------------------------------------------------------------------
diff --git a/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml b/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml
index 6feb7b4..318aeed 100644
--- a/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml
+++ b/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml
@@ -144,7 +144,7 @@ commands:
       Flush one or more column families
   - name: repair [keyspace] [cfnames]
     help: |
-      Repair one or more column families (use -pr to repair only the first range returned by the partitioner)
+      Repair one or more column families (use -pr to repair only the first range returned by the partitioner; -snapshot to repair one node at a time sequentially using snapshots)
   - name: cleanup [keyspace] [cfnames]
     help: |
       Run cleanup on one or more column families