From: Matthieu Moy Date: Wed, 5 Aug 2009 15:36:28 +0000 (+0200) Subject: Better usage string for reflog. X-Git-Tag: v1.6.4.1~13^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e77095e8b8d541b41c242aa6dbc8319cb99def5e;p=git.git Better usage string for reflog. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- 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) {