Code

add description parameter to OPT__VERBOSE
[git.git] / builtin / verify-tag.c
index 9f482c29f516bde84023f401b28b133c1e605333..6784846ec9a1cfe9e6155e5916eaf26b3e111cd5 100644 (file)
@@ -93,7 +93,7 @@ int cmd_verify_tag(int argc, const char **argv, const char *prefix)
 {
        int i = 1, verbose = 0, had_error = 0;
        const struct option verify_tag_options[] = {
-               OPT__VERBOSE(&verbose),
+               OPT__VERBOSE(&verbose, "be verbose"),
                OPT_END()
        };