From b6f744b1d0b90cda434c98733fbaba1e63e6d0b3 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 7 Aug 2011 20:03:54 +0200 Subject: [PATCH 1/3] diff: (tiniest of corrections) add missing comma * src/diff.c (option_help_msgid): add missing comma for consistency --- src/diff.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/diff.c b/src/diff.c index fb8a2bc..6a08f36 100644 --- a/src/diff.c +++ b/src/diff.c @@ -880,7 +880,7 @@ static char const * const option_help_msgid[] = { "", N_("-i, --ignore-case ignore case differences in file contents"), N_("-E, --ignore-tab-expansion ignore changes due to tab expansion"), - N_("-b --ignore-space-change ignore changes in the amount of white space"), + 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 whose lines all match RE"), -- 1.7.0.4