From 198400d9070c0882402148c12c0357b658c9f7d1 Mon Sep 17 00:00:00 2001 From: chuenfaiy Date: Thu, 3 Jan 2019 21:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cn/operation.md | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/docs/cn/operation.md b/docs/cn/operation.md index 727ed888..bc838d77 100644 --- a/docs/cn/operation.md +++ b/docs/cn/operation.md @@ -645,11 +645,11 @@ $ nohup sh mqbroker -n 192.168.1.1:9876 -c $ROCKETMQ_HOME/conf/2m-2s-sync/broker - - 名称 - 含义 - 命令选项 - 说明 + + 名称 + 含义 + 命令选项 + 说明 - 名称 - 含义 - 命令选项 - 说明 - - - 开启监控进程,监控消息误删、重试队列消息数等 - -n - nameserve 服务地址,格式 ip:port - - - -h - 打印帮助 + 名称 + 含义 + 命令选项 + 说明 + + + startMonitoring + 开启监控进程,监控消息误删、重试队列消息数等 + -n + nameserve 服务地址,格式 ip:port + + + -h + 打印帮助 -- GitLab