CLI Adjustment

This commit is contained in:
Konloch 2021-07-11 05:01:32 -07:00
parent 6ec2fb5d1c
commit 715041366d

View file

@ -110,7 +110,7 @@ public class CommandLineInput {
} else if (cmd.hasOption("help")) { } else if (cmd.hasOption("help")) {
for (String s : new String[]{ for (String s : new String[]{
"-help Displays the help menu", "-help Displays the help menu",
"-clean Deletes BCV directory", "-clean Deletes the BCV directory",
"-english Forces English language translations", "-english Forces English language translations",
"-list Displays the available decompilers", "-list Displays the available decompilers",
"-decompiler <decompiler> Selects the decompiler, procyon by default", "-decompiler <decompiler> Selects the decompiler, procyon by default",