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


##########
src/java/org/apache/cassandra/tools/StandaloneUpgrader.java:
##########
@@ -214,6 +217,7 @@ private static CmdLineOptions getCmdLineOptions()
             options.addOption(null, DEBUG_OPTION,          "display stack 
traces");
             options.addOption("h",  HELP_OPTION,           "display this help 
message");
             options.addOption("k",  KEEP_SOURCE,           "do not delete the 
source sstables");
+            options.addOption("a",  "include-all-sstables", "include all 
sstables, even those already on the current version");

Review Comment:
   @arvindKandpal-ksolves reuse the constant here for `include-all-sstables`



-- 
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