[I thought I sent out this but cannot find it in my inbox. Send again] New webrev at
http://cr.openjdk.java.net/~weijun/8130302/webrev.02/ This is for jdk9/dev. I'll send out a sub-patch for jake, which includes an extra addRead call and more test changes. security-dev, I haven't heard any feedback from you. Please respond. Thanks Max > On Feb 19, 2016, at 6:47 PM, Wang Weijun <weijun.w...@oracle.com> wrote: > > 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 >> >