X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-reflog.c;h=95198c5de41072bfb8adf7f29d9bbb44eec665ac;hb=da8ba5e7da01be597aa9417c563dbd516ea5f204;hp=ddfdf5a3cbc79003dfbad14af8d1f047e3594aa6;hpb=13c5833c094e3d889df8e4a4f0ff30bb874c1b14;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) {