Skip to content

Commit

Permalink
Update the description for command 'updateTopicPerm' , incidentally, …
Browse files Browse the repository at this point in the history
…commit minor update for pom. Review by @vongosling
  • Loading branch information
lollipopjin committed Dec 20, 2016
1 parent b04125b commit f035d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -113,7 +113,7 @@
<id>lollipop</id>
<name>Jixiang Jin</name>
<email>[email protected]</email>
<url>https://github.com/jinjixiang</url>
<url>https://github.com/lollipopjin</url>
<roles>
<role>committer</role>
</roles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public Options buildCommandlineOptions(Options options) {
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);

Expand Down

0 comments on commit f035d9b

Please sign in to comment.