Change reference to -decompiler-list to -list
This commit is contained in:
parent
5be55df6c7
commit
56b3a72c25
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public class CommandLineInput {
|
||||||
!decompiler.equalsIgnoreCase("jd-gui") &&
|
!decompiler.equalsIgnoreCase("jd-gui") &&
|
||||||
!decompiler.equalsIgnoreCase("smali")
|
!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");
|
+ " for the list");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue