add description parameter to OPT__VERBOSE
[gitweb.git] / builtin / prune.c
index 99218ba49e2c6ea7ff7185e6397bb73bca213a66..8b770affff34d816a9fc4fe02b60787cb3d7675a 100644 (file)
@@ -127,7 +127,7 @@ int cmd_prune(int argc, const char **argv, const char *prefix)
        const struct option options[] = {
                OPT_BOOLEAN('n', "dry-run", &show_only,
                            "do not remove, show only"),
-               OPT_BOOLEAN('v', "verbose", &verbose, "report pruned objects"),
+               OPT__VERBOSE(&verbose, "report pruned objects"),
                OPT_DATE(0, "expire", &expire,
                         "expire objects older than <time>"),
                OPT_END()