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 248a66dffb04a24b0c870ca60030b384ab72a862..f6a4a361bd56e1cc0f4645e09898e6852bfb8a8b 100644
(file)
--- a/
Documentation/technical/api-parse-options.txt
+++ b/
Documentation/technical/api-parse-options.txt
@@
-121,6
+121,9
@@
There are some macros to easily define options:
`OPT__DRY_RUN(&int_var, description)`::
Add `-n, \--dry-run`.
+`OPT__FORCE(&int_var, description)`::
+ Add `-f, \--force`.
+
`OPT__QUIET(&int_var, description)`::
Add `-q, \--quiet`.