Code

Merge branch 'maint'
[git.git] / Documentation / technical / api-parse-options.txt
index 00c447c74c7d5df85b0521f2fc90b12470a5950f..f6a4a361bd56e1cc0f4645e09898e6852bfb8a8b 100644 (file)
@@ -121,7 +121,10 @@ There are some macros to easily define options:
 `OPT__DRY_RUN(&int_var, description)`::
        Add `-n, \--dry-run`.
 
-`OPT__QUIET(&int_var)`::
+`OPT__FORCE(&int_var, description)`::
+       Add `-f, \--force`.
+
+`OPT__QUIET(&int_var, description)`::
        Add `-q, \--quiet`.
 
 `OPT__VERBOSE(&int_var, description)`::