aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 1f8906c8a..4e173668a 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -635,6 +635,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--except` is passed, the methods named `audit_`method`` will not be run.
+ If `--only-cops` is passed, only the mentioned cops' violations would be checked.
+
+ If `--except-cops` is passed, the mentioned cops' checks would be skipped.
+
`audit` exits with a non-zero status if any errors are found. This is useful,
for instance, for implementing pre-commit hooks.