This is an automated email from the ASF dual-hosted git repository.
yuzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/master by this push:
new 98b5281 add single quotes for namesrvAddr option example, to avoid
command splits caused by semicolons (#107)
98b5281 is described below
commit 98b5281fc8a0287ca0a4e657a739c964d0a5e893
Author: cnScarb <[email protected]>
AuthorDate: Tue Dec 7 00:50:13 2021 +0800
add single quotes for namesrvAddr option example, to avoid command splits
caused by semicolons (#107)
---
_docs/04-cli-admin-tool.md | 2 +-
_docs/14-rmq-deployment.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_docs/04-cli-admin-tool.md b/_docs/04-cli-admin-tool.md
index fc32677..38aaa87 100644
--- a/_docs/04-cli-admin-tool.md
+++ b/_docs/04-cli-admin-tool.md
@@ -74,7 +74,7 @@ As you see, the most commonly used commands are listed with a
brief description.
-h,--help Print help
-i,--interval <arg> specify intervals numbers, it is in seconds
-m,--moreStats Print more stats
- -n,--namesrvAddr <arg> Name server address list, eg:
192.168.0.1:9876;192.168.0.2:9876
+ -n,--namesrvAddr <arg> Name server address list, eg:
'192.168.0.1:9876;192.168.0.2:9876'
The help text lists possible options and interpretation of each option.
diff --git a/_docs/14-rmq-deployment.md b/_docs/14-rmq-deployment.md
index 95b765f..3901c8d 100644
--- a/_docs/14-rmq-deployment.md
+++ b/_docs/14-rmq-deployment.md
@@ -107,7 +107,7 @@ usage: mqadmin clusterList [-h] [-i <arg>] [-m] [-n <arg>]
-h,--help Print help
-i,--interval <arg> specify intervals numbers, it is in seconds
-m,--moreStats Print more stats
- -n,--namesrvAddr <arg> Name server address list, eg:
192.168.0.1:9876;192.168.0.2:9876
+ -n,--namesrvAddr <arg> Name server address list, eg:
'192.168.0.1:9876;192.168.0.2:9876'
```
### Replication mode