Merge branch 'ac/usage-string-fixups'
Usage-string normalization. * ac/usage-string-fixups: amend remaining usage strings according to style guide
This commit is contained in:
2
diff.c
2
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()
|
||||
|
Reference in New Issue
Block a user