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 };