Skip to content

Commit

Permalink
add single quotes for namesrvAddr option example, to avoid command sp…
Browse files Browse the repository at this point in the history
…lits caused by semicolons (#3592)
  • Loading branch information
HScarb committed Dec 7, 2021
1 parent 4daade3 commit 4d49551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static Options buildCommandlineOptions(final Options options) {

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);

Expand Down

0 comments on commit 4d49551

Please sign in to comment.