Re: argp --help infloop bug

2005-12-10 Thread Sergey Poznyakoff
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

Re: argp --help infloop bug

2005-12-09 Thread Jim Meyering
"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

Re: argp --help infloop bug

2005-12-09 Thread Sergey Poznyakoff
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

argp --help infloop bug

2005-12-09 Thread Jim Meyering
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 >