From: Johannes Schindelin Date: Tue, 11 Oct 2016 16:09:03 +0000 (+0200) Subject: reset: fix usage X-Git-Tag: v2.10.2~6^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/641c900b2c3a8c3d385eb353b3801a5f49ddbb47?hp=--cc reset: fix usage The parameter is actually optional (see man page). Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 641c900b2c3a8c3d385eb353b3801a5f49ddbb47 diff --git a/builtin/reset.c b/builtin/reset.c index 092c3a5399..fdf47285c1 100644 --- a/builtin/reset.c +++ b/builtin/reset.c @@ -24,7 +24,7 @@ static const char * const git_reset_usage[] = { N_("git reset [--mixed | --soft | --hard | --merge | --keep] [-q] []"), - N_("git reset [-q] [--] ..."), + N_("git reset [-q] [] [--] ..."), N_("git reset --patch [] [--] [...]"), NULL };