Better usage string for reflog.
authorMatthieu Moy <redacted>
Wed, 5 Aug 2009 15:36:28 +0000 (17:36 +0200)
committerJunio C Hamano <redacted>
Wed, 5 Aug 2009 16:45:00 +0000 (09:45 -0700)
Signed-off-by: Matthieu Moy <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-reflog.c

index ddfdf5a3cbc79003dfbad14af8d1f047e3594aa6..95198c5de41072bfb8adf7f29d9bbb44eec665ac 100644 (file)
@@ -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)
 {
git clone https://git.99rst.org/PROJECT