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]
/
Documentation
/
technical
/
api-parse-options.txt
diff --git
a/Documentation/technical/api-parse-options.txt
b/Documentation/technical/api-parse-options.txt
index c5d141cd63d15e97dd4b4777c30dccb57d430782..969489bbe52c66073e9b9ab32dfb09b7e7c41b9e 100644
(file)
--- a/
Documentation/technical/api-parse-options.txt
+++ b/
Documentation/technical/api-parse-options.txt
@@
-124,7
+124,7
@@
There are some macros to easily define options:
`OPT__QUIET(&int_var)`::
Add `-q, \--quiet`.
-`OPT__VERBOSE(&int_var)`::
+`OPT__VERBOSE(&int_var
, description
)`::
Add `-v, \--verbose`.
`OPT_GROUP(description)`::