Skip to content

Commit 294f296

Browse files
committed
Merge branch 'jc/name-rev-stdin'
Finishing touches to an earlier "name-rev --annotate-stdin" series. * jc/name-rev-stdin: name-rev: replace --stdin with --annotate-stdin in synopsis
2 parents 5b84280 + d271892 commit 294f296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/name-rev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ static void show_name(const struct object *obj,
473473
static char const * const name_rev_usage[] = {
474474
N_("git name-rev [<options>] <commit>..."),
475475
N_("git name-rev [<options>] --all"),
476-
N_("git name-rev [<options>] --stdin"),
476+
N_("git name-rev [<options>] --annotate-stdin"),
477477
NULL
478478
};
479479

0 commit comments

Comments
 (0)