This is an automated email from the ASF dual-hosted git repository.

paulo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f759108  Update nodetool clearsnapshot command description after 
CASSANDRA-13391
f759108 is described below

commit f7591080e936319fa44159c2a3591bbf822dc3f7
Author: barakm <[email protected]>
AuthorDate: Fri Oct 25 12:47:46 2019 +0300

    Update nodetool clearsnapshot command description after CASSANDRA-13391
    
    Patch by Barak Merimovich; Reviewed by Paulo Motta for CASSANDRA-15380
    
    Calling ClearSnaphot without a snapshot name no longer deletes all 
snapshots - update command description accordingly.
    
    Closes #182
---
 src/java/org/apache/cassandra/tools/nodetool/ClearSnapshot.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/java/org/apache/cassandra/tools/nodetool/ClearSnapshot.java 
b/src/java/org/apache/cassandra/tools/nodetool/ClearSnapshot.java
index 1c05ae5..fb69b25 100644
--- a/src/java/org/apache/cassandra/tools/nodetool/ClearSnapshot.java
+++ b/src/java/org/apache/cassandra/tools/nodetool/ClearSnapshot.java
@@ -31,7 +31,7 @@ import java.util.List;
 import org.apache.cassandra.tools.NodeProbe;
 import org.apache.cassandra.tools.NodeTool.NodeToolCmd;
 
-@Command(name = "clearsnapshot", description = "Remove the snapshot with the 
given name from the given keyspaces. If no snapshotName is specified we will 
remove all snapshots")
+@Command(name = "clearsnapshot", description = "Remove the snapshot with the 
given name from the given keyspaces")
 public class ClearSnapshot extends NodeToolCmd
 {
     @Arguments(usage = "[<keyspaces>...] ", description = "Remove snapshots 
from the given keyspaces")

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to