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 02:59:21 UTC

svn commit: r356696 - /geronimo/branches/1.0/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java

Author: ammulder
Date: Tue Dec 13 17:59:20 2005
New Revision: 356696

URL: http://svn.apache.org/viewcvs?rev=356696&view=rev
Log:
Fix server.jar help

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

Modified: geronimo/branches/1.0/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java?rev=356696&r1=356695&r2=356696&view=diff
==============================================================================
--- geronimo/branches/1.0/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java (original)
+++ geronimo/branches/1.0/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java Tue Dec 13 17:59:20 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] ...");