[jboss-cvs] JBossAS SVN: r88065 - projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 30 07:49:12 EDT 2009


Author: alesj
Date: 2009-04-30 07:49:12 -0400 (Thu, 30 Apr 2009)
New Revision: 88065

Modified:
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AbstractInvokeExe.java
Log:
mbean --> service

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AbstractInvokeExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AbstractInvokeExe.java	2009-04-30 11:46:24 UTC (rev 88064)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AbstractInvokeExe.java	2009-04-30 11:49:12 UTC (rev 88065)
@@ -70,7 +70,7 @@
          {
             if (canThrowEx())
             {
-               throw new Exception("Wrong number of parameters. Usage: " + getCmd() + " [-notx] <mbean name> <method sig>");
+               throw new Exception("Wrong number of parameters. Usage: " + getCmd() + " [-notx] <srevice name> <method sig>");
             }
             else
             {
@@ -180,7 +180,7 @@
 
    private void printUsage(PrintWriter pout)
    {
-      pout.println(" Usage: " + getCmd() + " [-notx] <mbean name> <method sig>");
+      pout.println(" Usage: " + getCmd() + " [-notx] <service name> <method sig>");
       pout.println();
    }
 }
\ No newline at end of file




More information about the jboss-cvs-commits mailing list