Updated the usage string of git reset

Make git reset usage string reflect the command's behaviour and contents of
the man page.

Signed-off-by: Jan Stępień <jstepien@users.sourceforge.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jan Stępień 2010-03-31 11:24:19 +02:00 committed by Junio C Hamano
parent 09f53b16bc
commit e4762865c8
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@

static const char * const git_reset_usage[] = {
"git reset [--mixed | --soft | --hard | --merge] [-q] [<commit>]",
"git reset [--mixed] <commit> [--] <paths>...",
"git reset [-q] <commit> [--] <paths>...",
"git reset --patch [<commit>] [--] [<paths>...]",
NULL
};