From b4efca9de418c0166f0b106fef068a594b4ab483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gr=C3=BCnbacher?= Date: Thu, 24 Sep 2015 07:36:31 -0700 Subject: [PATCH] diff: Improve help text of option --label * src/diff.c (option_help_msgid): Improve help text of option --label. --- src/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diff.c b/src/diff.c index ff28377..efd7e47 100644 --- a/src/diff.c +++ b/src/diff.c @@ -871,7 +871,7 @@ static char const * const option_help_msgid[] = { "", N_("-p, --show-c-function show which C function each change is in"), N_("-F, --show-function-line=RE show the most recent line matching RE"), - N_(" --label LABEL use LABEL instead of file name\n" + N_(" --label LABEL use LABEL instead of file name and timestamp\n" " (can be repeated)"), "", N_("-t, --expand-tabs expand tabs to spaces in output"),