From d3fa227f1e6ce39b59446c968e956e874a1f77b2 Mon Sep 17 00:00:00 2001 From: de4dot Date: Sat, 8 Oct 2011 12:30:35 +0200 Subject: [PATCH] Update -ru option text --- de4dot.code/CommandLineParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;