Change reference to -decompiler-list to -list

This commit is contained in:
nick-botticelli 2022-05-27 15:51:38 -07:00
parent 5be55df6c7
commit 56b3a72c25
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}