aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarkus Reiter2017-05-10 20:45:34 +0200
committerMarkus Reiter2017-05-22 02:01:57 +0200
commit330307b01a37ea514ec747ebab7a99dd47b79e7c (patch)
tree3bf20fb2013aa8569eb430290f22919a1e8f04cd /docs
parentade62aa1b1c3c2eb68dc6f065687fe38a8846ab0 (diff)
downloadbrew-330307b01a37ea514ec747ebab7a99dd47b79e7c.tar.bz2
Use `FormulaVersions` for checksum check.
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index fa8a7572a..2dac89443 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -643,9 +643,6 @@ 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.