From 2f108d7405ab121ebbec88ee9865bac8657f7218 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 7 Mar 2012 09:13:10 -0700 Subject: usage: improve wording of --ignore-matching-lines * src/diff.c (option_help_msgid): Tweak wording. --- src/diff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/diff.c b/src/diff.c index 85950fa..b316afe 100644 --- a/src/diff.c +++ b/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"), -- cgit v1.2.1