From 9ecb2ceb299b771eb3710aea3747f3112d5af45c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 27 Nov 2011 00:14:52 -0600 Subject: [PATCH] manpage: remove audit's '--strict' option Signed-off-by: Jack Nagel --- Library/Contributions/manpages/brew.1.md | 5 +---- share/man/man1/brew.1 | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 9ad08c1bfa..84f0864e99 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]` []: + * `audit` []: Check for Homebrew coding style violations. This should be run before submitting a new formula. If no 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 484b4b1187..3ff98646a0 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