From 715041366d8158bddbca94d166421f4f2e798c0d Mon Sep 17 00:00:00 2001 From: Konloch Date: Sun, 11 Jul 2021 05:01:32 -0700 Subject: [PATCH] CLI Adjustment --- .../java/the/bytecode/club/bytecodeviewer/CommandLineInput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java b/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java index b881ec17..d699b428 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java @@ -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 Selects the decompiler, procyon by default",