-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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
- clones
-
JBEAP-9902 Help output has limit for line length 160 chars and it leads to ugly line break in the middle of one option.
- Closed