Skip to content

Commit 56b3a72

Browse files
Change reference to -decompiler-list to -list
1 parent 5be55df commit 56b3a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public static int parseCommandLine(String[] args) {
165165
!decompiler.equalsIgnoreCase("jd-gui") &&
166166
!decompiler.equalsIgnoreCase("smali")
167167
) {
168-
System.out.println("Error, no decompiler called '" + decompiler + "' found. Type -decompiler-list"
168+
System.out.println("Error, no decompiler called '" + decompiler + "' found. Type -list"
169169
+ " for the list");
170170
}
171171

0 commit comments

Comments
 (0)