[jboss-cvs] JBossAS SVN: r102071 - projects/mc-tools/mcinspector/trunk/src/main/java/org/jboss/microcontainer/mcinspector/command/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 8 12:10:53 EST 2010


Author: kabir.khan at jboss.com
Date: 2010-03-08 12:10:52 -0500 (Mon, 08 Mar 2010)
New Revision: 102071

Modified:
   projects/mc-tools/mcinspector/trunk/src/main/java/org/jboss/microcontainer/mcinspector/command/impl/ListCommand.java
Log:
Fix typo

Modified: projects/mc-tools/mcinspector/trunk/src/main/java/org/jboss/microcontainer/mcinspector/command/impl/ListCommand.java
===================================================================
--- projects/mc-tools/mcinspector/trunk/src/main/java/org/jboss/microcontainer/mcinspector/command/impl/ListCommand.java	2010-03-08 16:06:22 UTC (rev 102070)
+++ projects/mc-tools/mcinspector/trunk/src/main/java/org/jboss/microcontainer/mcinspector/command/impl/ListCommand.java	2010-03-08 17:10:52 UTC (rev 102071)
@@ -50,7 +50,7 @@
             "    Normally only states with contexts will be shown",
             "-e  Error. Show only the contexts which are in the error state. Can not be used in combination with state arguments.",
             "-v  Verbose. Show extra information for each context. Contexts with unresolved dependencies will",
-            "    have a '*' after their name. Additional information is in the format (ControllerMode, Current state");
+            "    have a '*' after their name. Additional information is in the format (ControllerMode, Current state)");
    }
    
    private static String getUsage(String programName)




More information about the jboss-cvs-commits mailing list