1 parent 5be55df commit 56b3a72Copy full SHA for 56b3a72
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java
@@ -165,7 +165,7 @@ public static int parseCommandLine(String[] args) {
165
!decompiler.equalsIgnoreCase("jd-gui") &&
166
!decompiler.equalsIgnoreCase("smali")
167
) {
168
- System.out.println("Error, no decompiler called '" + decompiler + "' found. Type -decompiler-list"
+ System.out.println("Error, no decompiler called '" + decompiler + "' found. Type -list"
169
+ " for the list");
170
}
171
0 commit comments