Skip to content

Commit e77095e

Browse files
moygitster
authored andcommitted
Better usage string for reflog.
Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b0c051d commit e77095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-reflog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ static int cmd_reflog_delete(int argc, const char **argv, const char *prefix)
694694
*/
695695

696696
static const char reflog_usage[] =
697-
"git reflog (expire | ...)";
697+
"git reflog [ show | expire | delete ]";
698698

699699
int cmd_reflog(int argc, const char **argv, const char *prefix)
700700
{

0 commit comments

Comments
 (0)