zhaijack commented on a change in pull request #521: Issue 520: Add more http
endpoint
URL: https://github.com/apache/bookkeeper/pull/521#discussion_r143322964
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieShell.java
##########
@@ -287,7 +287,7 @@ int runCmd(CommandLine cmdLine) throws Exception {
public RecoverCmd() {
super(CMD_RECOVER);
- opts.addOption("d", "deleteCookie", false, "Delete cookie node for
the bookie.");
+ opts.addOption("d", "delete_cookie", false, "Delete cookie node
for the bookie.");
Review comment:
Thanks. will change them back.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services