Skip to content
Snippets Groups Projects
Commit 9ecb2ceb authored by Jack Nagel's avatar Jack Nagel
Browse files

manpage: remove audit's '--strict' option


Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent a494f9a3
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment