diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-03-06 21:25:32 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-03-06 21:25:32 -0800 |
| commit | 6d8d81ec36081328638a886664e8d54434ca729a (patch) | |
| tree | bb6f426088d2e5801d4ea993b72fb95d4e9257dc /diff.c | |
| parent | a281069e77442c73c3f963deb329cdbb1acfcb8f (diff) | |
| parent | 9e1f22c8ad1dc51d510af68278776beb00378c07 (diff) | |
| download | git-6d8d81ec36081328638a886664e8d54434ca729a.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
