aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2011-11-27 00:14:52 -0600
committerJack Nagel2011-11-27 12:08:13 -0600
commit9ecb2ceb299b771eb3710aea3747f3112d5af45c (patch)
treee2d2d6204ffe9c3ad7068d5c3310fb393f8c76b0 /Library
parenta494f9a3e0e005413238fbc87df886a829f4a632 (diff)
downloadbrew-9ecb2ceb299b771eb3710aea3747f3112d5af45c.tar.bz2
manpage: remove audit's '--strict' option
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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.