diff options
Diffstat (limited to 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 4 | 
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. | 
