[jbossws-commits] JBossWS SVN: r2337 - branches/jbossws-1.2.0/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 08:47:27 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-12 08:47:27 -0500 (Mon, 12 Feb 2007)
New Revision: 2337

Modified:
   branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java
Log:
Fix shortOpts 

Modified: branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java
===================================================================
--- branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java	2007-02-12 12:45:30 UTC (rev 2336)
+++ branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java	2007-02-12 13:47:27 UTC (rev 2337)
@@ -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             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