AnonHxy opened a new pull request, #4046: URL: https://github.com/apache/bookkeeper/pull/4046
Descriptions of the changes in this PR: ### Motivation Fix bookie shell getUsage message. When we execute the bookkeeper shell `bin/bookkeeper shell`, it will print the help messages: <img width="766" alt="image" src="https://github.com/apache/bookkeeper/assets/10233437/8f7579ab-dec7-4cbf-8308-3e423d91fc01"> However the long options should be `--`, instead of`-`; ### Changes Change `-` to `--` in the `getUsage()` method. -- 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]
