X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=rev-list.c;h=94e52d2edf78f8fce4c8f6dce290f4f13ca901b3;hb=d6db01075b65da2b8584a0450619390893aae103;hp=345e24c2919ef48bdc9cfdb9e6ec71b487c5e01f;hpb=fcfda02bc7e3a9dacf63fa43df8eee530a471f96;p=git.git diff --git a/rev-list.c b/rev-list.c index 345e24c2..94e52d2e 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");