X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Ffsck.c;h=6d5ebca7a9bc9333ea8e493057ecce1b4814c252;hb=fd03881a48fc31197ab3343ac2f02ed0cdbbbaaf;hp=0929c7f245cbe85a4a68374850871a0ffbcdeec3;hpb=6f10c4103dc7506623f89520ad03517b40788259;p=git.git diff --git a/builtin/fsck.c b/builtin/fsck.c index 0929c7f24..6d5ebca7a 100644 --- a/builtin/fsck.c +++ b/builtin/fsck.c @@ -572,7 +572,7 @@ static char const * const fsck_usage[] = { }; static struct option fsck_opts[] = { - OPT__VERBOSE(&verbose), + OPT__VERBOSE(&verbose, "be verbose"), OPT_BOOLEAN(0, "unreachable", &show_unreachable, "show unreachable objects"), OPT_BOOLEAN(0, "tags", &show_tags, "report tags"), OPT_BOOLEAN(0, "root", &show_root, "report root nodes"),