aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarkus Reiter2017-05-08 17:45:00 +0200
committerMarkus Reiter2017-05-22 02:01:57 +0200
commitade62aa1b1c3c2eb68dc6f065687fe38a8846ab0 (patch)
treed7f19e49d2d2e24a77cd14b651ac3e5534d235ac /docs
parent1a96dc39d1d74794de3216dc254e82702a48dddb (diff)
downloadbrew-ade62aa1b1c3c2eb68dc6f065687fe38a8846ab0.tar.bz2
Add the same check for Formulae.
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 2dac89443..fa8a7572a 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -643,6 +643,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--except-cops` is passed, the given Rubocop cop(s)' checks would be skipped.
+ If `--commit-range` is is passed, the audited Formula will be compared to the
+ last revision before the ``commit_range``.
+
`audit` exits with a non-zero status if any errors are found. This is useful,
for instance, for implementing pre-commit hooks.