Updated at the same URL http://cr.openjdk.java.net/~weijun/8130302/webrev.01
The help looks like this now: -provider <name> add security provider by name (e.g. SunPKCS11) [-providerArg <arg>] configure argument for -provider -providerclass <class> add security provider by fully-qualified classname [-providerArg <arg>] configure argument for -providerclass --Max > On Feb 19, 2016, at 5:58 PM, Wang Weijun <weijun.w...@oracle.com> wrote: > > >> On Feb 19, 2016, at 5:36 PM, Alan Bateman <alan.bate...@oracle.com> wrote: >> >> >> On 19/02/2016 09:07, Wang Weijun wrote: >>> : >>> I don't want the line to be too long. Is the preferred terminal width still >>> 80 now? I noticed the java help output still fits with 80 chars but javac >>> is already not. >> It could fit on a second line, the java launcher usage output does this. I >> see jarsigner already uses multiple lines so it shouldn't be an issue. > > Help screen of jarsigner is hardcoded, but keytool is a little different. I > will find a way to make it look nice. > > --Max >