提交 f035d9be 编写于 作者: L lollipop

Update the description for command 'updateTopicPerm' , incidentally, commit...

Update the description for command 'updateTopicPerm' , incidentally, commit minor update for pom. Review by @vongosling
上级 b04125b8
......@@ -103,7 +103,7 @@
<id>stevenschew</id>
<name>Wei Zhou</name>
<email>stevenschew@@apache.org</email>
<url>https://github.com/zhouwei198732</url>
<url>https://github.com/stevenschew</url>
<roles>
<role>committer</role>
</roles>
......@@ -113,7 +113,7 @@
<id>lollipop</id>
<name>Jixiang Jin</name>
<email>lollipop@apache.org</email>
<url>https://github.com/jinjixiang</url>
<url>https://github.com/lollipopjin</url>
<roles>
<role>committer</role>
</roles>
......
......@@ -60,7 +60,7 @@ public class UpdateTopicPermSubCommand implements SubCommand {
opt.setRequired(true);
options.addOption(opt);
opt = new Option("p", "perm", true, "set topic's permission(2|4|6), intro[2:R; 4:W; 6:RW]");
opt = new Option("p", "perm", true, "set topic's permission(2|4|6), intro[2:W; 4:R; 6:RW]");
opt.setRequired(true);
options.addOption(opt);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册