eolivelli commented on code in PR #3227:
URL: https://github.com/apache/bookkeeper/pull/3227#discussion_r854301302


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieShell.java:
##########
@@ -267,6 +271,7 @@ class MetaFormatCmd extends MyCommand {
             opts.addOption("f", "force", false,
                     "If [nonInteractive] is specified, then whether"
                             + " to force delete the old data without prompt.");
+            opts.addOption("h", "help", false, "Show the help");

Review Comment:
   is it possible to move this line to a common method or add some magic that 
automatically adds it always ?



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