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]>.


_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to