Code

add description parameter to OPT__VERBOSE
[git.git] / builtin / remote.c
index e9a6e09257f445b1c26833dd9fae89518369daa7..b944b91056b7b2bce00844e0c9575f83f8f97b42 100644 (file)
@@ -1512,7 +1512,7 @@ static int show_all(void)
 int cmd_remote(int argc, const char **argv, const char *prefix)
 {
        struct option options[] = {
-               OPT_BOOLEAN('v', "verbose", &verbose, "be verbose; must be placed before a subcommand"),
+               OPT__VERBOSE(&verbose, "be verbose; must be placed before a subcommand"),
                OPT_END()
        };
        int result;