]
Alessio Soldano updated JBWS-3918:
----------------------------------
Fix Version/s: jbossws-cxf-5.1
Unify help message in wsprovide.bat and wsprovide.sh
----------------------------------------------------
Key: JBWS-3918
URL:
https://issues.jboss.org/browse/JBWS-3918
Project: JBoss Web Services
Issue Type: Bug
Components: tools-jaxws
Affects Versions: jbossws-cxf-5.0.0.Final
Reporter: Marek Kopecký
Priority: Minor
Fix For: jbossws-cxf-5.1
Description of problem:
Unify help message in wsprovide.bat and wsprovide.sh
Steps to Reproduce:
1. On windows: wsconsume.bat -h
2. On linux: wsconsume.sh -h
Actual results:
On windows:
...
usage: WSProvide [options] <endpoint class name>
...
On linux:
...
usage: wsprovide.sh [options] <endpoint class name>
...
Expected results on Windows:
...
usage: wsprovide.bat [options] <endpoint class name>
...