| commit | e77095e8b8d541b41c242aa6dbc8319cb99def5e | [log] [tgz] |
|---|---|---|
| author | Matthieu Moy <Matthieu.Moy@imag.fr> | Wed Aug 05 17:36:28 2009 +0200 |
| committer | Junio C Hamano <gitster@pobox.com> | Wed Aug 05 09:45:00 2009 -0700 |
| tree | f10d02fa6dffccd71718d6ed53512dd333ee04e7 | |
| parent | b0c051d1a0939ed0013d359065b3afaebe3a717f [diff] |
Better usage string for reflog. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/builtin-reflog.c b/builtin-reflog.c index ddfdf5a..95198c5 100644 --- a/builtin-reflog.c +++ b/builtin-reflog.c
@@ -694,7 +694,7 @@ */ static const char reflog_usage[] = -"git reflog (expire | ...)"; +"git reflog [ show | expire | delete ]"; int cmd_reflog(int argc, const char **argv, const char *prefix) {