Re: Bug: unexpand (textutils-2.1)
Jim Meyering <[email protected]> Sun, 12 Jan 2003 10:03:20 +0100
| Newsgroups | gmane.comp.gnu.textutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
wiregauze <[email protected]> wrote: ... > --first-only option is found neither from man page nor > from `unexpand --help`. > (The option itself works fine since it is coded in the > source.) Thanks for the report. I've fixed that. In the next release --help output will look like this: Usage: ./unexpand [OPTION]... [FILE]... Convert spaces in each FILE to tabs, writing to standard output. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -a, --all convert all whitespace, instead of just initial whitespace --first-only convert only leading sequences of whitespace (overrides -a) -t, --tabs=N have tabs N characters apart instead of 8 (enables -a) -t, --tabs=LIST use comma separated LIST of tab positions (enables -a) --help display this help and exit --version output version information and exit Report bugs to <[email protected]>.