bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: indent-2.2.6: --no-tabs option not recognized


From: Carlo Wood
Subject: Re: indent-2.2.6: --no-tabs option not recognized
Date: Tue, 4 Dec 2001 18:49:08 +0100
User-agent: Mutt/1.2.5i

Thanks, this will be fixed in 2.2.7 to be released soon.

On Tue, Dec 04, 2001 at 06:30:56PM +0100, Jim Meyering wrote:
> Here's the problem:
> 
>   $ indent --no-tabs
>   indent: unknown option "-no-tabs"
>   [Exit 1]
> 
> Here's the patch:
> 
> 2001-12-03  Jim Meyering  <address@hidden>
> 
>       * args.c (option_conversions): Fix typo: s/"nt"/"nut"/, so that
>       --no-tabs works as documented.
> 
> 
> --- args.c.~1~        Mon Dec  3 19:25:22 2001
> +++ args.c    Mon Dec  3 19:25:26 2001
> @@ -483,7 +483,7 @@ struct long_option_conversion option_con
>    {"original-style", "orig"},
>    {"original", "orig"},
>    {"no-verbosity", "nv"},
> -  {"no-tabs", "nt"},
> +  {"no-tabs", "nut"},
>    {"no-space-after-while", "nsaw"},
>    {"no-space-after-parentheses", "nprs"},
>    {"no-space-after-if", "nsai"},

-- 
Carlo Wood <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]