diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java b/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java index e7b661e8..165bc7ec 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java @@ -165,7 +165,7 @@ public class CommandLineInput { !decompiler.equalsIgnoreCase("jd-gui") && !decompiler.equalsIgnoreCase("smali") ) { - System.out.println("Error, no decompiler called '" + decompiler + "' found. Type -decompiler-list" + System.out.println("Error, no decompiler called '" + decompiler + "' found. Type -list" + " for the list"); }