[jbossws-commits] JBossWS SVN: r3665 - branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/tools/cmd.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 20 09:41:25 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-20 09:41:25 -0400 (Wed, 20 Jun 2007)
New Revision: 3665

Modified:
   branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/tools/cmd/WSProvide.java
Log:
typo

Modified: branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/tools/cmd/WSProvide.java
===================================================================
--- branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/tools/cmd/WSProvide.java	2007-06-20 13:31:46 UTC (rev 3664)
+++ branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/tools/cmd/WSProvide.java	2007-06-20 13:41:25 UTC (rev 3665)
@@ -227,7 +227,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=<path>      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