aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-06 21:25:32 -0800
committerJunio C Hamano <gitster@pobox.com>2022-03-06 21:25:32 -0800
commit6d8d81ec36081328638a886664e8d54434ca729a (patch)
treebb6f426088d2e5801d4ea993b72fb95d4e9257dc /diff.c
parentMerge branch 'ab/test-leak-diag' (diff)
parentamend remaining usage strings according to style guide (diff)
downloadgit-6d8d81ec36081328638a886664e8d54434ca729a.tar.gz
git-6d8d81ec36081328638a886664e8d54434ca729a.zip
Merge branch 'ac/usage-string-fixups'
Usage-string normalization. * ac/usage-string-fixups: amend remaining usage strings according to style guide
Diffstat (limited to 'diff.c')
-rw-r--r--diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.c b/diff.c
index c4ccb6b1a3..2bd5e0d817 100644
--- a/diff.c
+++ b/diff.c
@@ -5630,7 +5630,7 @@ static void prep_parse_options(struct diff_options *options)
N_("select files by diff type"),
PARSE_OPT_NONEG, diff_opt_diff_filter),
{ OPTION_CALLBACK, 0, "output", options, N_("<file>"),
- N_("Output to a specific file"),
+ N_("output to a specific file"),
PARSE_OPT_NONEG, NULL, 0, diff_opt_output },
OPT_END()