]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
SONARPLUGINS-2794 Remove the task list from the command line help
authorSimonBrandhof <simon.brandhof@gmail.com>
Thu, 4 Apr 2013 13:10:08 +0000 (15:10 +0200)
committerSimonBrandhof <simon.brandhof@gmail.com>
Thu, 4 Apr 2013 13:10:08 +0000 (15:10 +0200)
sonar-runner-dist/src/main/java/org/sonar/runner/Main.java

index 10ec409d5fceabdfe6cf06263ba98d07f7ef519f..1e0b15fbe38fc7ba9cb103d8fcf8a247ae132357 100644 (file)
@@ -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 <arg>     Define property");
     Logs.info(" -e,--errors           Produce execution error messages");