Jim Meyering <[EMAIL PROTECTED]> wrote:
> You can make any argp-using program infloop simply by running it
> with --help and with something like ARGP_HELP_FMT=rmargin=a in the
> environment. Or use a valid (but small) width: ARGP_HELP_FMT=rmargin=2
Fixed in gnulib repository. The following patch
"Sergey Poznyakoff" <[EMAIL PROTECTED]> wrote:
> Jim Meyering <[EMAIL PROTECTED]> wrote:
>
>> You can make any argp-using program infloop simply by running it
>> with --help and with something like ARGP_HELP_FMT=rmargin=a in the
>> environment. Or use a valid (but small) width: ARGP_HELP_FMT=rmarg
Jim Meyering <[EMAIL PROTECTED]> wrote:
> You can make any argp-using program infloop simply by running it
> with --help and with something like ARGP_HELP_FMT=rmargin=a in the
> environment. Or use a valid (but small) width: ARGP_HELP_FMT=rmargin=2
Yes, indeed. Thanks for reporting. I will fix i
You can make any argp-using program infloop simply by running it
with --help and with something like ARGP_HELP_FMT=rmargin=a in the
environment. Or use a valid (but small) width: ARGP_HELP_FMT=rmargin=2
$ time ARGP_HELP_FMT=rmargin=2 tar --help > /dev/null
ARGP_HELP_FMT=rmargin=2 tar --help >