X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-reflog.c;h=95198c5de41072bfb8adf7f29d9bbb44eec665ac;hb=e4d1afbcf2e39a997ae90befd629ee53e444c4c9;hp=ddfdf5a3cbc79003dfbad14af8d1f047e3594aa6;hpb=50a991ec46d57ffc4b7fbd0e8a13182dab3cd5de;p=git.git diff --git a/builtin-reflog.c b/builtin-reflog.c index ddfdf5a3c..95198c5de 100644 --- a/builtin-reflog.c +++ b/builtin-reflog.c @@ -694,7 +694,7 @@ static int cmd_reflog_delete(int argc, const char **argv, const char *prefix) */ static const char reflog_usage[] = -"git reflog (expire | ...)"; +"git reflog [ show | expire | delete ]"; int cmd_reflog(int argc, const char **argv, const char *prefix) {