aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2011-11-27 00:14:52 -0600
committerJack Nagel2011-11-27 12:08:13 -0600
commit9ecb2ceb299b771eb3710aea3747f3112d5af45c (patch)
treee2d2d6204ffe9c3ad7068d5c3310fb393f8c76b0
parenta494f9a3e0e005413238fbc87df886a829f4a632 (diff)
downloadbrew-9ecb2ceb299b771eb3710aea3747f3112d5af45c.tar.bz2
manpage: remove audit's '--strict' option
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Contributions/manpages/brew.1.md5
-rw-r--r--share/man/man1/brew.15
2 files changed, 2 insertions, 8 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.
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 484b4b118..3ff98646a 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -47,16 +47,13 @@ Perform a substring search of formula names for \fItext\fR\. If \fItext\fR is su
.SH "COMMANDS"
.
.TP
-\fBaudit [\-\-strict]\fR [\fIformulae\fR]
+\fBaudit\fR [\fIformulae\fR]
Check \fIformulae\fR for Homebrew coding style violations\. This should be run before submitting a new formula\.
.
.IP
If no \fIformulae\fR are provided, all of them are checked\.
.
.IP
-If \fB\-\-strict\fR is passed, perform additional stricter checks that may not need to be fixed before submitting\.
-.
-.IP
\fBaudit\fR exits with a non\-zero status if any errors are found\. This is useful, for instance, for implementing pre\-commit hooks\.
.
.TP