name-rev: replace --stdin with --annotate-stdin in synopsis
34ae3b70
(name-rev: deprecate --stdin in favor of --annotate-stdin,
2022-01-05) added --annotate-stdin to replace --stdin as a clearer
flag name. Since --stdin is to be deprecated, we should replace
--stdin in the output from "git name-rev -h".
Signed-off-by: John Cai <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a2585719b3
commit
d271892fbc
@ -473,7 +473,7 @@ static void show_name(const struct object *obj,
|
||||
static char const * const name_rev_usage[] = {
|
||||
N_("git name-rev [<options>] <commit>..."),
|
||||
N_("git name-rev [<options>] --all"),
|
||||
N_("git name-rev [<options>] --stdin"),
|
||||
N_("git name-rev [<options>] --annotate-stdin"),
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user