From b997f7b2530643368172be82a592ca8d6f491d9c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 7 Aug 2011 20:08:19 +0200 Subject: [PATCH 2/3] diff: (tiny improvement) use full word instead of abbreviation * src/diff.c (option_help_msgid): full word instead of abbrev --- src/diff.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/diff.c b/src/diff.c index 6a08f36..1498c9c 100644 --- a/src/diff.c +++ b/src/diff.c @@ -870,7 +870,7 @@ static char const * const option_help_msgid[] = { N_(" --unidirectional-new-file treat absent first files as empty"), N_(" --ignore-file-name-case ignore case when comparing file names"), N_(" --no-ignore-file-name-case consider case when comparing file names"), - N_("-x, --exclude=PAT exclude files that match PAT"), + N_("-x, --exclude=PATTERN exclude files that match PATTERN"), N_("-X, --exclude-from=FILE exclude files that match any pattern in FILE"), N_("-S, --starting-file=FILE start with FILE when comparing directories"), N_(" --from-file=FILE1 compare FILE1 to all operands;\n" -- 1.7.0.4