[jbossws-commits] JBossWS SVN: r2340 - trunk/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Feb 12 09:09:32 EST 2007


Author: jason.greene at jboss.com
Date: 2007-02-12 09:09:32 -0500 (Mon, 12 Feb 2007)
New Revision: 2340

Modified:
   trunk/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java
Log:
Correct shortOps, fixup doc a bit

Modified: trunk/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java
===================================================================
--- trunk/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java	2007-02-12 14:05:53 UTC (rev 2339)
+++ trunk/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java	2007-02-12 14:09:32 UTC (rev 2340)
@@ -78,7 +78,7 @@
    
    private String parseArguments(String[] args)
    {
-      String shortOpts = "hwko:r:s:cqt";
+      String shortOpts = "hwko:r:s:c:qt";
       LongOpt[] longOpts = 
       {
          new LongOpt("help", LongOpt.NO_ARGUMENT, null, 'h'),
@@ -214,7 +214,7 @@
       out.println("    -h, --help                  Show this help message");
       out.println("    -k, --keep                  Keep/Generate Java source");
       out.println("    -w, --wsdl                  Enable WSDL file generation");
-      out.println("    -c. --classpath             The classpath that contains the endpoint");
+      out.println("    -c. --classpath=<path>      The classpath that contains the endpoint");
       out.println("    -o, --output=<directory>    The directory to put generated artifacts");
       out.println("    -r, --resource=<directory>  The directory to put resource artifacts");
       out.println("    -s, --source=<directory>    The directory to put Java source");




More information about the jbossws-commits mailing list