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~16^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e77095e8b8d541b41c242aa6dbc8319cb99def5e?ds=inline;hp=--cc Better usage string for reflog. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- e77095e8b8d541b41c242aa6dbc8319cb99def5e 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) {