From 641c900b2c3a8c3d385eb353b3801a5f49ddbb47 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 11 Oct 2016 18:09:03 +0200 Subject: reset: fix usage The parameter is actually optional (see man page). Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano diff --git a/builtin/reset.c b/builtin/reset.c index 092c3a5..fdf4728 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 }; -- cgit v0.10.2-6-g49f6