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 2019/11/27 08:45:21 UTC

[GitHub] [rocketmq] martianzhang opened a new issue #1620: mqadmin command line tools args spell error

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
   ![image](https://user-images.githubusercontent.com/1827047/69707661-23d01600-1135-11ea-9edd-c6e24e7ddb73.png)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services