[jboss-cvs] JBossAS SVN: r104385 - trunk/server/src/main/java/org/jboss.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat May 1 07:00:15 EDT 2010


Author: smarlow at redhat.com
Date: 2010-05-01 07:00:15 -0400 (Sat, 01 May 2010)
New Revision: 104385

Modified:
   trunk/server/src/main/java/org/jboss/Shutdown.java
Log:
JBAS-7825 show -a option in help

Modified: trunk/server/src/main/java/org/jboss/Shutdown.java
===================================================================
--- trunk/server/src/main/java/org/jboss/Shutdown.java	2010-05-01 04:22:53 UTC (rev 104384)
+++ trunk/server/src/main/java/org/jboss/Shutdown.java	2010-05-01 11:00:15 UTC (rev 104385)
@@ -76,7 +76,6 @@
       System.out.println("    -o, --host=<HOSTNAME>     The name of the remote server (e.g. "+ DEFAULT_HOSTNAME +") ");
       System.out.println("    -r, --port=<PORTNUMBER>   The rmiRegistryPort of the remote server (e.g. "+ DEFAULT_PORT +") ");
       System.out.println("    -n, --serverName=<url>    Specify the JMX name of the ServerImpl");
-      System.out.println("    -a, --adapter=<name>      Specify JNDI name of the MBeanServerConnection to use");
       System.out.println("    -u, --user=<name>         Specify the username for authentication");
       System.out.println("    -p, --password=<name>     Specify the password for authentication");
       System.out.println("    -v, --verbose             Be noisy");




More information about the jboss-cvs-commits mailing list