mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
Co-authored-by: hechengyang <hechengyang@cmss.chinamobile.com>
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user