diff options
| author | Mike McQuaid | 2014-12-27 16:51:43 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 16:51:43 +0000 | 
| commit | d3531cbc468125d7a5eef9ff613762f35916c72e (patch) | |
| tree | bbb6e7521ac1bb050face2a5254614f6f29b6060 /share | |
| parent | 638beee2fbdb03779be0d5dd0cc141c3087dc91c (diff) | |
| download | homebrew-d3531cbc468125d7a5eef9ff613762f35916c72e.tar.bz2 | |
manpage: document `brew audit --strict`.
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 5a305a365..8d5a13146 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -44,13 +44,16 @@ Perform a substring search of formula names for \fItext\fR\. If \fItext\fR is su  .SH "COMMANDS"  .  .TP -\fBaudit\fR [\fIformulae\fR] +\fBaudit\fR [\-\-strict] [\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, additional checks are run\. This should be used when creating for new formulae\. +. +.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 | 
