add missing 'stop' help back to nodetool

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

Branch: refs/heads/trunk
Commit: 67160090d19fbe02b55b37ebc1ca2ad585b6cb89
Parents: 530f5ba
Author: Brandon Williams <brandonwilli...@apache.org>
Authored: Fri Apr 5 16:56:43 2013 -0500
Committer: Brandon Williams <brandonwilli...@apache.org>
Committed: Fri Apr 5 16:56:43 2013 -0500

----------------------------------------------------------------------
 .../org/apache/cassandra/tools/NodeToolHelp.yaml   |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/67160090/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 f3cd88e..61cf1fe 100644
--- a/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml
+++ b/src/resources/org/apache/cassandra/tools/NodeToolHelp.yaml
@@ -155,6 +155,9 @@ commands:
   - name: getcompactionthreshold <keyspace> <cfname>
     help: |
       Print min and max compaction thresholds for a given column family
+  - name: stop <compacion_type>
+    help: |
+      Supported types are COMPACTION, VALIDATION, CLEANUP, SCRUB, INDEX_BUILD
   - name: cfhistograms <keyspace> <cfname>
     help: |
       Print statistic histograms for a given column family

Reply via email to