X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Freset.c;h=5de2bceeec8c1d243ed6da70464d0c4dd60d7352;hb=6e67619d0cdc175557ca633dec391d4e795cf965;hp=0037be4693bbd875e644df13ce4a9fae31e7378c;hpb=91e811e0e80e55d580ba3601176ac84b28ad4479;p=git.git diff --git a/builtin/reset.c b/builtin/reset.c index 0037be469..5de2bceee 100644 --- a/builtin/reset.c +++ b/builtin/reset.c @@ -243,7 +243,7 @@ int cmd_reset(int argc, const char **argv, const char *prefix) struct commit *commit; char *reflog_action, msg[1024]; const struct option options[] = { - OPT__QUIET(&quiet), + OPT__QUIET(&quiet, "be quiet, only report errors"), OPT_SET_INT(0, "mixed", &reset_type, "reset HEAD and index", MIXED), OPT_SET_INT(0, "soft", &reset_type, "reset only HEAD", SOFT),