Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add date formatting and parsing functions relative to a given time
[gitweb.git]
/
builtin-reflog.c
diff --git
a/builtin-reflog.c
b/builtin-reflog.c
index ddfdf5a3cbc79003dfbad14af8d1f047e3594aa6..95198c5de41072bfb8adf7f29d9bbb44eec665ac 100644
(file)
--- 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)
{