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 2022/08/12 01:54:00 UTC

[GitHub] [rocketmq] tsunghanjacktsai commented on a diff in pull request #4659: remove redundant logic

tsunghanjacktsai commented on code in PR #4659:
URL: https://github.com/apache/rocketmq/pull/4659#discussion_r944058921


##########
tools/src/main/java/org/apache/rocketmq/tools/command/acl/GetAccessConfigSubCommand.java:
##########
@@ -52,10 +52,10 @@ public class GetAccessConfigSubCommand implements SubCommand {
     @Override public Options buildCommandlineOptions(Options options) {
         OptionGroup optionGroup = new OptionGroup();
 
-        Option opt = new Option("b", "brokerAddr", true, "query acl config version for which broker");
+        Option opt = new Option("b", "brokerAddr", true, "query acl config for which broker");

Review Comment:
   Hi @meateggmilk ,
   
   Please help us correct the description into "query acl config for specified cluster" to align with the -c option. Thx.



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