Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add description parameter to OPT__VERBOSE
[gitweb.git]
/
test-parse-options.c
diff --git
a/test-parse-options.c
b/test-parse-options.c
index acd1a2ba70fc2ffb38cd8fb0784aa6e5e693183f..bd7b8a4ea809a56ccb0240d00043fea7acbd5884 100644
(file)
--- a/
test-parse-options.c
+++ b/
test-parse-options.c
@@
-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(),