[jboss-jira] [JBoss JIRA] (ELY-1032) Help output has limit for line length 160 chars and it leads to ugly line break in the middle of one option.
Hynek Švábek (JIRA)
issues at jboss.org
Mon Mar 27 03:58:08 EDT 2017
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)
More information about the jboss-jira
mailing list