Re: [PATCH] standardize usage info string format

2015-01-12 Thread Scott Schmit
On Wed, Jan 07, 2015 at 11:28:21PM -0700, Alex Henrie wrote: > This patch puts the usage info strings that were not already in docopt- > like format into docopt-like format, which will be a litle easier for > end users and a lot easier for translators. Changes include: > > - Placing angle brackets

Re: [PATCH] standardize usage info string format

2015-01-08 Thread Matthieu Moy
Alex Henrie writes: > - Placing angle brackets around fill-in-the-blank parameters > - Putting dashes in multiword parameter names > - Adding spaces to [-f|--foobar] to make [-f | --foobar] > - Replacing * with [...] The review would be easier with a patch series having one patch per item in thi

Re: [PATCH] standardize usage info string format

2015-01-08 Thread Johannes Schindelin
Hi Alex, [somehow my mailer did not like the Cc: list, so I had to cull it] On Wed, 7 Jan 2015, Alex Henrie wrote: > This patch puts the usage info strings that were not already in docopt- > like format into docopt-like format, which will be a litle easier for > end users and a lot easier for tr

[PATCH] standardize usage info string format

2015-01-07 Thread Alex Henrie
This patch puts the usage info strings that were not already in docopt- like format into docopt-like format, which will be a litle easier for end users and a lot easier for translators. Changes include: - Placing angle brackets around fill-in-the-blank parameters - Putting dashes in multiword para