Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix'
[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 00c447c74c7d5df85b0521f2fc90b12470a5950f..f6a4a361bd56e1cc0f4645e09898e6852bfb8a8b 100644
(file)
--- a/
Documentation/technical/api-parse-options.txt
+++ b/
Documentation/technical/api-parse-options.txt
@@
-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)`::