From: Pierre Habouzit Date: Wed, 9 Jul 2008 20:47:38 +0000 (+0200) Subject: git-blame: fix lapsus X-Git-Tag: v1.6.0-rc0~85^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=76447d235ce2f4ccee7905971a33d3baef252701;p=git.git git-blame: fix lapsus Signed-off-by: Pierre Habouzit Signed-off-by: Junio C Hamano --- diff --git a/builtin-blame.c b/builtin-blame.c index 99f514001..73d26c6e9 100644 --- a/builtin-blame.c +++ b/builtin-blame.c @@ -25,7 +25,7 @@ static char blame_usage[] = "git-blame [options] [rev-opts] [rev] [--] file"; static const char *blame_opt_usage[] = { blame_usage, "", - "[rev-opts] are documented in git-rev-parse(1)", + "[rev-opts] are documented in git-rev-list(1)", NULL };