提交 691e374f 编写于 作者: 后端沉思录's avatar 后端沉思录

fix typo:paramter

上级 b3d93a0c
......@@ -83,7 +83,7 @@ public class UpdateTopicPermSubCommand implements SubCommand {
if (commandLine.hasOption('t')) {
topic = commandLine.getOptionValue('t').trim();
} else {
System.out.printf("topic paramter value must be need.%n");
System.out.printf("topic parameter value must be need.%n");
return;
}
TopicRouteData topicRouteData = defaultMQAdminExt.examineTopicRouteInfo(topic);
......@@ -100,7 +100,7 @@ public class UpdateTopicPermSubCommand implements SubCommand {
if (commandLine.hasOption('p')) {
perm = Integer.parseInt(commandLine.getOptionValue('p').trim());
} else {
System.out.printf("perm paramter value must be need.%n");
System.out.printf("perm parameter value must be need.%n");
return;
}
topicConfig.setPerm(perm);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册