Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-07 08:25:32 +0300
committerJunio C Hamano <gitster@pobox.com>2022-03-07 08:25:32 +0300
commit6d8d81ec36081328638a886664e8d54434ca729a (patch)
treebb6f426088d2e5801d4ea993b72fb95d4e9257dc /diff.c
parenta281069e77442c73c3f963deb329cdbb1acfcb8f (diff)
parent9e1f22c8ad1dc51d510af68278776beb00378c07 (diff)
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()