bug-diffutils
[Top][All Lists]
Advanced

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

Re: [bug-diffutils] Bug#648411: diffutils: description of -I option is w


From: Eric Blake
Subject: Re: [bug-diffutils] Bug#648411: diffutils: description of -I option is wrong (fwd)
Date: Wed, 07 Mar 2012 09:13:46 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1

On 03/05/2012 07:55 AM, Paul Eggert wrote:
> On 03/05/2012 05:45 AM, Eric Blake wrote:
>> ignore changes where all lines match RE
> 
> Sure, that works too.  The "whose" in the previous line (-B)
> should also be changed to "where", for consistency.

Done:

diff --git i/src/diff.c w/src/diff.c
index 85950fa..b316afe 100644
--- i/src/diff.c
+++ w/src/diff.c
@@ -893,8 +893,8 @@ static char const * const option_help_msgid[] = {
   N_("-Z, --ignore-trailing-space     ignore white space at line end"),
   N_("-b, --ignore-space-change       ignore changes in the amount of
white space"),
   N_("-w, --ignore-all-space          ignore all white space"),
-  N_("-B, --ignore-blank-lines        ignore changes whose lines are
all blank"),
-  N_("-I, --ignore-matching-lines=RE  ignore changes all whose lines
match RE"),
+  N_("-B, --ignore-blank-lines        ignore changes where lines are
all blank"),
+  N_("-I, --ignore-matching-lines=RE  ignore changes where all lines
match RE"),
   "",
   N_("-a, --text                      treat all files as text"),
   N_("    --strip-trailing-cr         strip trailing carriage return on
input"),

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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