diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2009-08-05 17:36:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-05 09:45:00 -0700 |
commit | e77095e8b8d541b41c242aa6dbc8319cb99def5e (patch) | |
tree | f10d02fa6dffccd71718d6ed53512dd333ee04e7 /builtin-reflog.c | |
parent | hg-to-git: don't import the unused popen2 module (diff) | |
download | tgif-e77095e8b8d541b41c242aa6dbc8319cb99def5e.tar.xz |
Better usage string for reflog.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-reflog.c')
-rw-r--r-- | builtin-reflog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |