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

   try to change ERROR_MESSAGE from
   ```
   private static final String ERROR_MESSAGE = "Make sure the specified 
clusterName exists or the name server " +
           "connected to is correct.";
   ```
   to
   ```
   private static final String ERROR_MESSAGE = "Make sure the specified 
clusterName exists or the name server connected to is correct.";
   ```
   
![image](https://user-images.githubusercontent.com/16487356/191269433-6bbb2322-3fa9-4b05-9c24-4adbed0f19e7.png)
   
   
   
https://github.com/apache/rocketmq/blob/develop/tools/src/main/java/org/apache/rocketmq/tools/command/CommandUtil.java


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

Reply via email to