commit | 76447d235ce2f4ccee7905971a33d3baef252701 | [log] [tgz] |
---|---|---|
author | Pierre Habouzit <madcoder@debian.org> | Wed Jul 09 22:47:38 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jul 09 15:11:51 2008 -0700 |
tree | 373a6ef6de5ea3ca8d273cfb50644bf451534457 | |
parent | 3f8d5204896a85d9268c579fc3e31b22b33fb803 [diff] [blame] |
git-blame: fix lapsus Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/builtin-blame.c b/builtin-blame.c index 99f5140..73d26c6 100644 --- a/builtin-blame.c +++ b/builtin-blame.c
@@ -25,7 +25,7 @@ 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 };