Code

add description parameter to OPT__VERBOSE
[git.git] / Documentation / technical / api-parse-options.txt
index c5d141cd63d15e97dd4b4777c30dccb57d430782..969489bbe52c66073e9b9ab32dfb09b7e7c41b9e 100644 (file)
@@ -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)`::