-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR17
-
None
Improve help message in module CLI operation:
module --help
--resources and --absolute-resources description contains example of path separator, example is java.io.File.pathSeparatorChar. This example could be confusing for EAP administrators without experience with java. It would be better to mention example for Windows and Linux OS:
So I suggest to replace this:
separated by a filesystem-specific path separator, i.e. java.io.File.pathSeparatorChar.
by something like this:
separated by a filesystem-specific path separator, i.e. '/' for Linux and '\' for Windows.
This help message is stored in WF-Core in /cli/src/main/resources/help/module.txt
- is cloned by
-
WFCORE-2779 Improve help message in module CLI operation
- Resolved
- is incorporated by
-
JBEAP-10845 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta23
- Closed