-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR15
Help output has limit 160 chars for line length and it leads to ugly line break in the middle of one option.
Command
java -jar wildfly-elytron-tool.jar credential-store --help
has this output:
usage: java -jar wildfly-elytron-tool.jar credential-store -a <alias> | -e <alias> | -h | -r <alias> | -v [-c] [-f] [-i <arg>] [-l <loc>] [-p <pwd>] [-s <arg>] [-t <type>] [-u <uri>] [-x <secret to store>]
I expect at least line break before "-s" option
usage: java -jar wildfly-elytron-tool.jar credential-store -a <alias> | -e <alias> | -h | -r <alias> | -v [-c] [-f] [-i <arg>] [-l <loc>] [-p <pwd>] [-s <arg>] [-t <type>] [-u <uri>] [-x <secret to store>]
The best option would be some dynamic settings of line length
- is cloned by
-
ELY-1032 Help output has limit for line length 160 chars and it leads to ugly line break in the middle of one option.
- Resolved
- is incorporated by
-
JBEAP-9571 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta13
- Closed