mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-19 02:23:24 +08:00
Polish the code structure and code style
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ public class ReElectMasterSubCommand implements SubCommand {
|
||||
opt.setRequired(true);
|
||||
options.addOption(opt);
|
||||
|
||||
opt = new Option("n", "brokerName", true, "The broker name of the replicas that require to be manipulated");
|
||||
opt = new Option("bn", "brokerName", true, "The broker name of the replicas that require to be manipulated");
|
||||
opt.setRequired(true);
|
||||
options.addOption(opt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user