Martin Stefanko created WFCORE-2779:
---------------------------------------
Summary: Improve help message in module CLI operation
Key: WFCORE-2779
URL:
https://issues.jboss.org/browse/WFCORE-2779
Project: WildFly Core
Issue Type: Bug
Affects Versions: 3.0.0.Beta18
Reporter: Martin Stefanko
Assignee: Martin Stefanko
Priority: Minor
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
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)