aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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.