git-blame: fix lapsus
Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
3f8d520489
commit
76447d235c
|
@ -25,7 +25,7 @@ static char blame_usage[] = "git-blame [options] [rev-opts] [rev] [--] file";
|
||||||
static const char *blame_opt_usage[] = {
|
static const char *blame_opt_usage[] = {
|
||||||
blame_usage,
|
blame_usage,
|
||||||
"",
|
"",
|
||||||
"[rev-opts] are documented in git-rev-parse(1)",
|
"[rev-opts] are documented in git-rev-list(1)",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue