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

lizhanhui 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 0e16aa261 [ISSUE #5210]Fix controller quick start document some 
command error (#5217)
0e16aa261 is described below

commit 0e16aa261d793fa5dc6e404a8da91fba8b9873da
Author: mxsm <[email protected]>
AuthorDate: Thu Sep 29 10:29:50 2022 +0800

    [ISSUE #5210]Fix controller quick start document some command error (#5217)
---
 docs/cn/controller/quick_start.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/cn/controller/quick_start.md 
b/docs/cn/controller/quick_start.md
index 0b5e10eb5..5cc7d6d81 100644
--- a/docs/cn/controller/quick_start.md
+++ b/docs/cn/controller/quick_start.md
@@ -158,9 +158,9 @@ $ sh bin/controller/fast-try-independent-deployment.sh start
 或者通过命令单独启动:
 
 ```shell
-$ nohup bin/mqnamesrv -c 
./conf/controller/cluster-3n-independent/controller-n0.conf &
-$ nohup bin/mqnamesrv -c 
./conf/controller/cluster-3n-independent/controller-n1.conf &
-$ nohup bin/mqnamesrv -c 
./conf/controller/cluster-3n-independent/controller-n2.conf &
+$ nohup bin/mqcontroller -c 
./conf/controller/cluster-3n-independent/controller-n0.conf &
+$ nohup bin/mqcontroller -c 
./conf/controller/cluster-3n-independent/controller-n1.conf &
+$ nohup bin/mqcontroller -c 
./conf/controller/cluster-3n-independent/controller-n2.conf &
 ```
 
 如果上面的步骤执行成功,可以通过运维命令查看Controller集群状态。

Reply via email to