Code

add description parameter to OPT__VERBOSE
[git.git] / builtin / notes.c
index 6d07aac80cc2bfd042eee905abb5086a29e1d90a..e0a1f62fc9eb0ee6a1943e7a3438e1077a666cb9 100644 (file)
@@ -806,7 +806,7 @@ static int prune(int argc, const char **argv, const char *prefix)
        struct option options[] = {
                OPT_BOOLEAN('n', "dry-run", &show_only,
                            "do not remove, show only"),
-               OPT_BOOLEAN('v', "verbose", &verbose, "report pruned notes"),
+               OPT__VERBOSE(&verbose, "report pruned notes"),
                OPT_END()
        };