mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-19 10:54:54 +08:00
[ISSUE #4650] add description
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ public class SendMsgStatusCommand implements SubCommand {
|
||||
|
||||
@Override
|
||||
public Options buildCommandlineOptions(Options options) {
|
||||
Option opt = new Option("b", "brokerName", true, "Broker Name");
|
||||
Option opt = new Option("b", "brokerName", true, "Broker Name e.g. clusterName_brokerName as DefaultCluster_broker-a");
|
||||
opt.setRequired(true);
|
||||
options.addOption(opt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user