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 [email protected] +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
