From 56b3a72c25d4892090cb8544a2d5d03f54d8901a Mon Sep 17 00:00:00 2001 From: nick-botticelli Date: Fri, 27 May 2022 15:51:38 -0700 Subject: [PATCH] Change reference to -decompiler-list to -list --- .../java/the/bytecode/club/bytecodeviewer/CommandLineInput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java b/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java index e7b661e8..165bc7ec 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/CommandLineInput.java @@ -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"); }