Unify help message in wsprovide.bat and wsprovide.sh
----------------------------------------------------
Key: WFLY-4676
URL:
https://issues.jboss.org/browse/WFLY-4676
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 10.0.0.Alpha1
Reporter: Marek Kopecký
Assignee: Alessio Soldano
Priority: Minor
Fix For: 10.0.0.Alpha3
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>
...