Polish the code structure and code style

This commit is contained in:
RongtongJin
2023-03-14 09:40:15 +08:00
committed by rongtong
parent 578a42803c
commit 28618e95ab
13 changed files with 36 additions and 55 deletions
@@ -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);