mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-19 02:23:24 +08:00
add single quotes for namesrvAddr option example, to avoid command splits caused by semicolons (#3592)
This commit is contained in:
@@ -33,7 +33,7 @@ public class ServerUtil {
|
||||
|
||||
opt =
|
||||
new Option("n", "namesrvAddr", true,
|
||||
"Name server address list, eg: 192.168.0.1:9876;192.168.0.2:9876");
|
||||
"Name server address list, eg: '192.168.0.1:9876;192.168.0.2:9876'");
|
||||
opt.setRequired(false);
|
||||
options.addOption(opt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user