Skip to content

Commit 76447d2

Browse files
MadCodergitster
authored andcommitted
git-blame: fix lapsus
Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3f8d520 commit 76447d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-blame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static char blame_usage[] = "git-blame [options] [rev-opts] [rev] [--] file";
2525
static const char *blame_opt_usage[] = {
2626
blame_usage,
2727
"",
28-
"[rev-opts] are documented in git-rev-parse(1)",
28+
"[rev-opts] are documented in git-rev-list(1)",
2929
NULL
3030
};
3131

0 commit comments

Comments
 (0)