diff --git a/de4dot.code/CommandLineParser.cs b/de4dot.code/CommandLineParser.cs index bf105b8d..726d5f0c 100644 --- a/de4dot.code/CommandLineParser.cs +++ b/de4dot.code/CommandLineParser.cs @@ -104,7 +104,7 @@ namespace de4dot { exitError("Missing -r option"); searchDir.OutputDirectory = val; })); - miscOptions.Add(new NoArgOption("ru", null, "Skip recursively found files with unknown obfuscator", () => { + miscOptions.Add(new NoArgOption("ru", null, "Skip recursively found files with unsupported obfuscator", () => { if (searchDir == null) exitError("Missing -r option"); searchDir.SkipUnknownObfuscators = true;