zaaath commented on code in PR #3069:
URL: https://github.com/apache/cassandra/pull/3069#discussion_r1479230427


##########
src/java/org/apache/cassandra/tools/nodetool/TableStats.java:
##########
@@ -36,10 +36,10 @@ public class TableStats extends NodeToolCmd
     @Option(name = "-i", description = "Ignore the list of tables and display 
the remaining tables")
     private boolean ignore = false;
 
-    @Option(title = "human_readable",
-            name = {"-H", "--human-readable"},
-            description = "Display bytes in human readable form, i.e. KiB, 
MiB, GiB, TiB")
-    private boolean humanReadable = false;
+    @Option(title = "no_human_readable",
+            name = {"--no-human-readable"},

Review Comment:
   `-r` short flag added (stands for Raw). Is there anything else missing here?



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