yx9o commented on code in PR #9346:
URL: https://github.com/apache/rocketmq/pull/9346#discussion_r2051867983


##########
tools/src/main/java/org/apache/rocketmq/tools/command/auth/ListAclSubCommand.java:
##########
@@ -63,7 +63,7 @@ public Options buildCommandlineOptions(Options options) {
         opt.setRequired(false);
         options.addOption(opt);
 
-        opt = new Option("r", "resource", true, "the resource of acl to 
filter.");
+        opt = new Option("r", "resource", true, "the resources of acl to 
filter.");

Review Comment:
   From the code point of view, this is a single resource, so it should not be 
changed directly like this.



-- 
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: commits-unsubscr...@rocketmq.apache.org

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

Reply via email to