Wrong help message in wsconsume.bat
-----------------------------------
Key: WFLY-4675
URL:
https://issues.jboss.org/browse/WFLY-4675
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 10.0.0.Alpha1
Reporter: Marek Kopecký
Assignee: Marek Kopecký
Priority: Minor
Fix For: 10.0.0.Alpha5
Description of problem:
Help message in wsconsume.bat contains wrong "usage" section.
How reproducible:
Always on Windows
Steps to Reproduce:
1. wsconsume.bat -h
Actual results:
...
usage: org.jboss.ws.tools.cmd.WSConsume [options] <wsdl-url>
...
Expected results on Windows:
...
usage: wsconsume.bat [options] <wsdl-url>
...
Additional info:
On linux:
./wsconsume.sh -h
...
usage: wsconsume.sh [options] <wsdl-url>
...