From e77095e8b8d541b41c242aa6dbc8319cb99def5e Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Wed, 5 Aug 2009 17:36:28 +0200 Subject: [PATCH] Better usage string for reflog. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- builtin-reflog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin-reflog.c b/builtin-reflog.c index ddfdf5a3cb..95198c5de4 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) { -- 2.11.4.GIT