diff options
Diffstat (limited to 'rev-list.c')
-rw-r--r-- | rev-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rev-list.c b/rev-list.c index 345e24c291..94e52d2edf 100644 --- a/rev-list.c +++ b/rev-list.c @@ -27,7 +27,7 @@ int main(int argc, char **argv) } if (!commit_arg || get_sha1(commit_arg, sha1)) - usage("usage: rev-list [OPTION] commit-id\n" + usage("usage: git-rev-list [OPTION] commit-id\n" " --max-count=nr\n" " --max-age=epoch\n" " --min-age=epoch\n"); |