nicoloboschi commented on code in PR #3228:
URL: https://github.com/apache/bookkeeper/pull/3228#discussion_r857141425


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieShell.java:
##########
@@ -651,6 +651,7 @@ public ListUnderreplicatedCmd() {
             opts.addOption("excludingmissingreplica", true, "Bookie Id of 
missing replica to ignore");
             opts.addOption("printmissingreplica", false, "Whether to print 
missingreplicas list?");
             opts.addOption("printreplicationworkerid", false, "Whether to 
print replicationworkerid?");
+            opts.addOption("c", "onlyDisplayLedgerCount", false, "Only display 
underreplicated ledger count");

Review Comment:
   Lowercase as well?



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

Reply via email to