未验证 提交 f7c21db6 编写于 作者: V von gosling 提交者: GitHub

Merge pull request #1629 from martianzhang/master

[ISSUE #1620]fix #1620 amout spell error
......@@ -53,7 +53,7 @@ public class CLusterSendMsgRTCommand implements SubCommand {
@Override
public Options buildCommandlineOptions(Options options) {
Option opt = new Option("a", "amout", true, "message amout | default 100");
Option opt = new Option("a", "amount", true, "message amount | default 100");
opt.setRequired(false);
options.addOption(opt);
......
......@@ -49,7 +49,7 @@ public class CheckMsgSendRTCommand implements SubCommand {
opt.setRequired(true);
options.addOption(opt);
opt = new Option("a", "amout", true, "message amout | default 100");
opt = new Option("a", "amount", true, "message amount | default 100");
opt.setRequired(false);
options.addOption(opt);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册