You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/19 02:36:13 UTC

[GitHub] [rocketmq] Git-Yang commented on a change in pull request #3506: [ISSUE #3505] Fix parameter conflict

Git-Yang commented on a change in pull request #3506:
URL: https://github.com/apache/rocketmq/pull/3506#discussion_r752820882



##########
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:
       This option is already used by namesrv




-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org