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/30 13:22:25 UTC

[GitHub] [rocketmq] ShannonDing opened a new issue #3562: Description has typo in the nameserver startup command options.

ShannonDing opened a new issue #3562:
URL: https://github.com/apache/rocketmq/issues/3562


   See: [NamesrvStartup.java](https://github.com/apache/rocketmq/blob/master/namesrv/src/main/java/org/apache/rocketmq/namesrv/NamesrvStartup.java)
   "Print all config item" should be "Print all config **_items_**"
   ```
   public static Options buildCommandlineOptions(final Options options) {
           Option opt = new Option("c", "configFile", true, "Name server config properties file");
           opt.setRequired(false);
           options.addOption(opt);
   
           opt = new Option("p", "printConfigItem", false, "Print all config item");
           opt.setRequired(false);
           options.addOption(opt);
   
           return options;
       }
   ```


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



[GitHub] [rocketmq] NAMANIND commented on issue #3562: Description has typo in the nameserver startup command options.

Posted by GitBox <gi...@apache.org>.
NAMANIND commented on issue #3562:
URL: https://github.com/apache/rocketmq/issues/3562#issuecomment-982634686


   @ShannonDing  please assign this to me I will do this work really quick


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



[GitHub] [rocketmq] duhenglucky closed issue #3562: Description has typo in the nameserver startup command options.

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #3562:
URL: https://github.com/apache/rocketmq/issues/3562


   


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