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


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/tools/cli/commands/autorecovery/ListUnderReplicatedCommand.java:
##########
@@ -96,6 +97,10 @@ public static class LURFlags extends CliFlags{
 
         @Parameter(names =  {"-l", "--ledgeridformatter"}, description = "Set 
ledger id formatter")
         private String ledgerIdFormatter = DEFAULT;
+
+        @Parameter(names = {"-c", "--onlyDisplayLedgerCount"},

Review Comment:
   we should keep the same name format of the other options (all lowercase)



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