From: Jan Stępień Date: Wed, 31 Mar 2010 09:24:19 +0000 (+0200) Subject: Updated the usage string of git reset X-Git-Tag: v1.7.0.4~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e4762865c88050745a20a62c64b4ffa542e88c3a?ds=inline;hp=--cc 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ń Signed-off-by: Junio C Hamano --- e4762865c88050745a20a62c64b4ffa542e88c3a diff --git a/builtin-reset.c b/builtin-reset.c index 0f5022eed2..a174a31610 100644 --- a/builtin-reset.c +++ b/builtin-reset.c @@ -23,7 +23,8 @@ static const char * const git_reset_usage[] = { "git reset [--mixed | --soft | --hard | --merge] [-q] []", - "git reset [--mixed] [--] ...", + "git reset [-q] [--] ...", + "git reset --patch [] [--] [...]", NULL };