smiklosovic commented on code in PR #3101:
URL: https://github.com/apache/cassandra/pull/3101#discussion_r1495652445


##########
src/java/org/apache/cassandra/tools/nodetool/clustermetadata/InitializeCMS.java:
##########
@@ -26,11 +26,12 @@
 import org.apache.cassandra.tools.NodeProbe;
 import org.apache.cassandra.tools.NodeTool;
 
-@Command(name = "initializecms", description = "Upgrade from gossip and 
initialize CMS")
+@Command(name = "initialize", description = "Upgrade from gossip and 
initialize CMS")
 public class InitializeCMS extends NodeTool.NodeToolCmd
 {
-    @Option(title = "ignored endpoints", name = {"-i", "--ignore"}, 
description = "Hosts to ignore due to them being down", required = false)

Review Comment:
   for a reviewer - this is marked as redundant (in IDEA, at least) because 
"required" is false by default. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to