Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-1032

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.1.0.Beta34
    • 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

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

              Created:
              Updated:
              Resolved: