From 1f2b84b449d379954301db78a68770857aba89ce Mon Sep 17 00:00:00 2001 From: coder-zzzz <349427217@qq.com> Date: Wed, 25 Mar 2020 19:46:50 +0800 Subject: [PATCH] fix #1883 fix wipeWritePerm doc desc --- docs/cn/operation.md | 10 +++++++++- docs/en/CLITools.md | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/cn/operation.md b/docs/cn/operation.md index e35bd681..a9c836c9 100644 --- a/docs/cn/operation.md +++ b/docs/cn/operation.md @@ -564,8 +564,16 @@ $ nohup sh mqbroker -n 192.168.1.1:9876 -c $ROCKETMQ_HOME/conf/2m-2s-sync/broker 从NameServer上清除 Broker写权限 -b - Broker 地址,地址为ip:port + BrokerName + + addWritePerm + 从NameServer上添加 Broker写权限 + -b + BrokerName + -n NameServer 服务地址,格式 ip:port diff --git a/docs/en/CLITools.md b/docs/en/CLITools.md index 909f002f..5e703ce4 100644 --- a/docs/en/CLITools.md +++ b/docs/en/CLITools.md @@ -424,8 +424,16 @@ Before introducing the mqadmin management tool, the following points need to be Clear write permissions for broker from nameServer -b - Declare the address of the broker and format as ip:port + Declare the BrokerName + + addWritePerm + Add write permissions for broker from nameServer + -b + Declare the BrokerName + -n Service address used to specify nameServer and formatted as ip:port -- GitLab