CLI Adjustment
This commit is contained in:
parent
6ec2fb5d1c
commit
715041366d
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class CommandLineInput {
|
|||
} else if (cmd.hasOption("help")) {
|
||||
for (String s : new String[]{
|
||||
"-help Displays the help menu",
|
||||
"-clean Deletes BCV directory",
|
||||
"-clean Deletes the BCV directory",
|
||||
"-english Forces English language translations",
|
||||
"-list Displays the available decompilers",
|
||||
"-decompiler <decompiler> Selects the decompiler, procyon by default",
|
||||
|
|
Loading…
Reference in a new issue