From: SimonBrandhof Date: Thu, 4 Apr 2013 13:10:08 +0000 (+0200) Subject: SONARPLUGINS-2794 Remove the task list from the command line help X-Git-Tag: 2.5-rc1~179^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0594af385e24d5103324a4bc723ad697e170ef0a;p=sonar-scanner-cli.git SONARPLUGINS-2794 Remove the task list from the command line help --- diff --git a/sonar-runner-dist/src/main/java/org/sonar/runner/Main.java b/sonar-runner-dist/src/main/java/org/sonar/runner/Main.java index 10ec409..1e0b15f 100644 --- a/sonar-runner-dist/src/main/java/org/sonar/runner/Main.java +++ b/sonar-runner-dist/src/main/java/org/sonar/runner/Main.java @@ -302,11 +302,8 @@ public final class Main { private void printUsage() { Logs.info(""); - Logs.info("usage: sonar-runner [command] [options]"); + Logs.info("usage: sonar-runner [options]"); Logs.info(""); - Logs.info("Command:"); - Logs.info(" analyse-project Run Sonar analysis task on the current project (default)"); - Logs.info(" list-tasks Display all tasks available"); Logs.info("Options:"); Logs.info(" -D,--define Define property"); Logs.info(" -e,--errors Produce execution error messages");