Jason918 commented on a change in pull request #3506:
URL: https://github.com/apache/rocketmq/pull/3506#discussion_r752814170
##########
File path:
tools/src/main/java/org/apache/rocketmq/tools/command/consumer/SetConsumeModeSubCommand.java
##########
@@ -64,7 +64,7 @@ public Options buildCommandlineOptions(Options options) {
opt.setRequired(true);
options.addOption(opt);
- opt = new Option("n", "popShareQueueNum", true, "num fo queue which
share in pop mode");
+ opt = new Option("q", "popShareQueueNum", true, "num of queue which
share in pop mode");
Review comment:
Why do we need change this? It seems would cause some compatibility
issue.
--
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]