[ISSUE #4650] add description

This commit is contained in:
Oliver
2022-07-21 18:27:48 +08:00
parent 5cc2d1fc49
commit dcf3c29b67
@@ -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);