CLI Adjustment

This commit is contained in:
Konloch 2021-07-11 05:01:32 -07:00
parent 6ec2fb5d1c
commit 715041366d
1 changed files with 1 additions and 1 deletions

View File

@ -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",