Hynek Švábek created ELY-1032:
---------------------------------
Summary: Help output has limit for line length 160 chars and it leads to ugly
line break in the middle of one option.
Key: ELY-1032
URL:
https://issues.jboss.org/browse/ELY-1032
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
Help output has limit 160 chars for line length and it leads to ugly line break in the
middle of one option.
Command
{code}
java -jar wildfly-elytron-tool.jar credential-store --help
{code}
has this output:
{code}
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>]
{code}
I expect at least line break before "-s" option
{code}
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>]
{code}
The best option would be some dynamic settings of line length
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)