Updated Branches: refs/heads/cassandra-1.2 d014e4ce2 -> 3a4d10ff6 refs/heads/cassandra-2.0 3448ca57f -> 7c6e5525a refs/heads/trunk 08e334649 -> 99691be14
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/cassandra-1.2 Commit: 3a4d10ff6330d0e3f6b6d7b2927db3338a2866fe Parents: d014e4c Author: Jonathan Ellis <[email protected]> Authored: Tue Sep 24 08:41:03 2013 -0500 Committer: Jonathan Ellis <[email protected]> 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
