You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/12/14 03:02:47 UTC

svn commit: r356700 - /geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java

Author: ammulder
Date: Tue Dec 13 18:02:46 2005
New Revision: 356700

URL: http://svn.apache.org/viewcvs?rev=356700&view=rev
Log:
Merge startup help change from branch

Modified:
    geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java

Modified: geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java?rev=356700&r1=356699&r2=356700&view=diff
==============================================================================
--- geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java (original)
+++ geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java Tue Dec 13 18:02:46 2005
@@ -102,10 +102,10 @@
                     "             update the progress information that is used by default if you\n" +
                     "             don't specify " +ARGUMENT_NO_PROGRESS +" or "+ARGUMENT_LONG_PROGRESS+").\n");
         out.println("  "+ARGUMENT_VERBOSE_SHORTFORM +" " +ARGUMENT_VERBOSE);
-        out.println("             Reduces the console log level to INFO, resulting in more\n" +
+        out.println("             Reduces the console log level to DEBUG, resulting in more\n" +
                     "             console output than is normally present.");
         out.println("  "+ARGUMENT_MORE_VERBOSE_SHORTFORM +" " +ARGUMENT_MORE_VERBOSE);
-        out.println("             Reduces the console log level to DEBUG, resulting in still\n" +
+        out.println("             Reduces the console log level to TRACE, resulting in still\n" +
                     "             more console output.");
         out.println();
         out.println("  "+ARGUMENT_CONFIG_OVERRIDE+" [configId] [configId] ...");