]> git.ipfire.org Git - thirdparty/git.git/blobdiff - test-parse-options.c
add description parameter to OPT__VERBOSE
[thirdparty/git.git] / test-parse-options.c
index acd1a2ba70fc2ffb38cd8fb0784aa6e5e693183f..bd7b8a4ea809a56ccb0240d00043fea7acbd5884 100644 (file)
@@ -66,7 +66,7 @@ int main(int argc, const char **argv)
                  "negative ambiguity", PARSE_OPT_NOARG | PARSE_OPT_NONEG },
                OPT_GROUP("Standard options"),
                OPT__ABBREV(&abbrev),
-               OPT__VERBOSE(&verbose),
+               OPT__VERBOSE(&verbose, "be verbose"),
                OPT__DRY_RUN(&dry_run),
                OPT__QUIET(&quiet),
                OPT_END(),