diff options
Diffstat (limited to 'builtin-annotate.c')
-rw-r--r-- | builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-annotate.c b/builtin-annotate.c index 57c46840d5..9db7cfe74c 100644 --- a/builtin-annotate.c +++ b/builtin-annotate.c @@ -12,7 +12,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix) int i; nargv = xmalloc(sizeof(char *) * (argc + 2)); - nargv[0] = "blame"; + nargv[0] = "annotate"; nargv[1] = "-c"; for (i = 1; i < argc; i++) { |