Skip to content

Commit ac6bc5f

Browse files
authored
fix(command): add missing help message for '--keystore-factory' (#6450)
1 parent 316de9a commit ac6bc5f

File tree

1 file changed

+1
-1
lines changed
  • framework/src/main/java/org/tron/core/config/args

1 file changed

+1
-1
lines changed

framework/src/main/java/org/tron/core/config/args/Args.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ private static String getCommitIdAbbrev() {
347347

348348
private static Map<String, String[]> getOptionGroup() {
349349
String[] tronOption = new String[] {"version", "help", "shellConfFileName", "logbackPath",
350-
"eventSubscribe", "solidityNode", "keystore"};
350+
"eventSubscribe", "solidityNode", "keystoreFactory"};
351351
String[] dbOption = new String[] {"outputDirectory"};
352352
String[] witnessOption = new String[] {"witness", "privateKey"};
353353
String[] vmOption = new String[] {"debug"};

0 commit comments

Comments
 (0)