From bed35ad9b8967439b5282f03592ccda9bddb6a5f Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 31 Mar 2018 00:49:08 +0200 Subject: [PATCH] remove help for non existing option --- src/dscanner/main.d | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/dscanner/main.d b/src/dscanner/main.d index 064ec41..d635176 100644 --- a/src/dscanner/main.d +++ b/src/dscanner/main.d @@ -387,10 +387,7 @@ Options: Generates a default configuration file for the static analysis checks, --skipTests - Does not analyze in the unittests. Only works if --styleCheck., - - --patchConfig - Patches the configuration file passed as parameter for v0.5.0.`, + Does not analyze in the unittests. Only works if --styleCheck.`, programName); }