From e4762865c88050745a20a62c64b4ffa542e88c3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20St=C4=99pie=C5=84?= Date: Wed, 31 Mar 2010 11:24:19 +0200 Subject: [PATCH] Updated the usage string of git reset MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- builtin-reset.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; -- 2.11.4.GIT