Author: thomas.diesler(a)jboss.com
Date: 2007-02-12 09:10:02 -0500 (Mon, 12 Feb 2007)
New Revision: 2341
Modified:
branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java
Log:
fix --classpath help
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
14:09:32 UTC (rev 2340)
+++
branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/tools/jaxws/command/wsprovide.java 2007-02-12
14:10:02 UTC (rev 2341)
@@ -45,7 +45,7 @@
* -h, --help Show this help message
* -k, --keep Keep/Generate Java source
* -w, --wsdl Enable WSDL file generation
- * -c, --classpath The classpath that contains the endpoint
+ * -c, --classpath=<directory> The classpath that contains the endpoint
* -o, --output=<directory> The directory to put generated artifacts
* -r, --resource=<directory> The directory to put resource artifacts
* -s, --source=<directory> The directory to put Java source
@@ -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=<directory> 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");