Browse Source

Better usage string for reflog.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Matthieu Moy 16 years ago committed by Junio C Hamano
parent
commit
e77095e8b8
  1. 2
      builtin-reflog.c

2
builtin-reflog.c

@ -694,7 +694,7 @@ static int cmd_reflog_delete(int argc, const char **argv, const char *prefix) @@ -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)
{

Loading…
Cancel
Save