aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 9ad08c1bf..84f0864e9 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -39,15 +39,12 @@ For the full command list, see the COMMANDS section.
## COMMANDS
- * `audit [--strict]` [<formulae>]:
+ * `audit` [<formulae>]:
Check <formulae> for Homebrew coding style violations. This should be
run before submitting a new formula.
If no <formulae> are provided, all of them are checked.
- If `--strict` is passed, perform additional stricter checks that may not need
- to be fixed before submitting.
-
`audit` exits with a non-zero status if any errors are found. This is useful,
for instance, for implementing pre-commit hooks.