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.tokkee.org/?a=commitdiff_plain;h=e4762865c88050745a20a62c64b4ffa542e88c3a;p=git.git 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 --- diff --git a/builtin-reset.c b/builtin-reset.c index 0f5022eed..a174a3161 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 };