summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-03-07 09:13:10 -0700
committerEric Blake <eblake@redhat.com>2012-03-07 09:13:10 -0700
commit2f108d7405ab121ebbec88ee9865bac8657f7218 (patch)
treeee41c6ab743153f07f89de8eed54d1ecee677ef9
parentc7560370da8ff0d7b48b75989b8f46cb619fbfd8 (diff)
downloaddiffutils-2f108d7405ab121ebbec88ee9865bac8657f7218.tar.gz
usage: improve wording of --ignore-matching-lines
* src/diff.c (option_help_msgid): Tweak wording.
-rw-r--r--src/diff.c4
1 files 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"),