Skip to content

Commit

Permalink
Change reference to -decompiler-list to -list
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-botticelli committed May 27, 2022
1 parent 5be55df commit 56b3a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public static int parseCommandLine(String[] args) {
!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");
}

Expand Down

0 comments on commit 56b3a72

Please sign in to comment.