X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fcount-objects.c;h=c37cb98c31ddfaa90d38a0355d32cf3d6c404bff;hb=62270f6b0a4e67e5044fb0d70d0e82ac6e553eb2;hp=2bdd8ebde1002e852055385396ef053f26c91ae8;hpb=06cfa8a8589740b9dd4820ad1c2eff4b3d968de7;p=git.git diff --git a/builtin/count-objects.c b/builtin/count-objects.c index 2bdd8ebde..c37cb98c3 100644 --- a/builtin/count-objects.c +++ b/builtin/count-objects.c @@ -79,7 +79,7 @@ int cmd_count_objects(int argc, const char **argv, const char *prefix) unsigned long loose = 0, packed = 0, packed_loose = 0, garbage = 0; off_t loose_size = 0; struct option opts[] = { - OPT__VERBOSE(&verbose), + OPT__VERBOSE(&verbose, "be verbose"), OPT_END(), };