Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-9902

Help output has limit for line length 160 chars and it leads to ugly line break in the middle of one option.

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              pskopek@redhat.com Peter Skopek
              hsvabek_jira Hynek Švábek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: