Skip to content

Commit

Permalink
Fix init-script short name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Francois Denise committed Mar 28, 2024
1 parent 51972de commit 0e7db91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public interface Constants {
String HELP_OPTION = "--help";
String HELP_OPTION_SHORT = "-h";
String INIT_SCRIPT_OPTION = "--init-script";
String INIT_SCRIPT_OPTION_SHORT = "-id";
String INIT_SCRIPT_OPTION_SHORT = "-is";
String INIT_SCRIPT_OPTION_LABEL = "<init script file path>";
String INPUT_FEATURE_PACKS_FILE_OPTION = "--input-feature-packs-file";
String INPUT_FEATURE_PACKS_FILE_OPTION_LABEL = "<provisioning file path>";
Expand Down

0 comments on commit 0e7db91

Please sign in to comment.