You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by wl...@apache.org on 2019/03/08 02:47:32 UTC

[rocketmq] branch develop updated: [RIP-9] Modify the numbering style of the first paragraph

This is an automated email from the ASF dual-hosted git repository.

wlliqipeng pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 579254d  [RIP-9] Modify the numbering style of the first paragraph
     new 6355bc3  Merge pull request #1062 from ly641921791/develop
579254d is described below

commit 579254d9a6c40b473b783a80da6d25b4a61f9bf0
Author: Ly641921791 <64...@qq.com>
AuthorDate: Fri Mar 1 18:53:10 2019 +0800

    [RIP-9] Modify the numbering style of the first paragraph
---
 docs/en/CLITools.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/en/CLITools.md b/docs/en/CLITools.md
index 06b414b..7a0173e 100644
--- a/docs/en/CLITools.md
+++ b/docs/en/CLITools.md
@@ -2,12 +2,12 @@
 
 Before introducing the mqadmin management tool, the following points need to be declared:
 
-1. The way of executing a command is:./mqadmin {command} {args}
-2. Almost all commands need to attach the -n option to represent the nameServer address, formatted as ip:port;
-3. Almost all commands can get help information with the -h option;
-4. If the broker address -b option and clusterName -c option are both configured with specific values, the command execution will select the broker address specified by -b option. The value of the -b option can only be configured with a single address. The format is ip:port. The default port value is 10911. If the value of the -b option is not configured, the command will be applied to all brokers in the entire cluster.
-5. You can see many commands under tools, but not all commands can be used, only the commands initialized in MQAdminStartup can be used, you can also modify this class, add or customize commands;
-6. Due to the issue of version update, a small number of commands may not be updated in time, please read the related command source code to eliminate and resolve the error.
+- The way of executing a command is:./mqadmin {command} {args}
+- Almost all commands need to attach the -n option to represent the nameServer address, formatted as ip:port;
+- Almost all commands can get help information with the -h option;
+- If the broker address -b option and clusterName -c option are both configured with specific values, the command execution will select the broker address specified by -b option. The value of the -b option can only be configured with a single address. The format is ip:port. The default port value is 10911. If the value of the -b option is not configured, the command will be applied to all brokers in the entire cluster.
+- You can see many commands under tools, but not all commands can be used, only the commands initialized in MQAdminStartup can be used, you can also modify this class, add or customize commands;
+- Due to the issue of version update, a small number of commands may not be updated in time, please read the related command source code to eliminate and resolve the error.
 
 ## 1 Topic related command instructions