martianzhang opened a new issue #1620: mqadmin command line tools args spell error URL: https://github.com/apache/rocketmq/issues/1620 **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? ```bash ./mqadmin clusterRT -h ./mqadmin checkMsgSendRT -h ``` - What did you expect to see? ```bash -a,--amount <arg> message amount | default 100 ``` - What did you see instead? ```bash -a,--amout <arg> message amout | default 100 ``` 2. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): tools/src/main/java/org/apache/rocketmq/tools/command/cluster/CLusterSendMsgRTCommand.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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
