未验证 提交 8c71dee6 编写于 作者: C Chengyang He 提交者: GitHub

[ISSUE #2162] Fix getBrokerConfig help info wrong description (#2163)

Co-authored-by: Nhechengyang <hechengyang@cmss.chinamobile.com>
上级 336f55c2
......@@ -48,11 +48,11 @@ public class GetBrokerConfigCommand implements SubCommand {
@Override
public Options buildCommandlineOptions(final Options options) {
Option opt = new Option("b", "brokerAddr", true, "update which broker");
Option opt = new Option("b", "brokerAddr", true, "get which broker");
opt.setRequired(false);
options.addOption(opt);
opt = new Option("c", "clusterName", true, "update which cluster");
opt = new Option("c", "clusterName", true, "get which cluster");
opt.setRequired(false);
options.addOption(opt);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册