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