Document brew audit.

This commit is contained in:
Adam Vandenberg 2010-07-29 09:17:56 -07:00
parent b69d6dc4cf
commit 23f6c8338b
2 changed files with 9 additions and 2 deletions

View File

@ -137,7 +137,7 @@ didn't include with OS X.
recursive; only one level of dependencies is resolved.
* `doctor`:
Audits your system for potential problems.
Checks your system for potential problems.
* `cat` <formula>:
Displays the source to <formula>.
@ -154,6 +154,9 @@ didn't include with OS X.
Downloads the tarball or checks out from VCS for the given <formula>. For
tarballs, also prints MD5 and SHA1 checksums.
* `audit`:
Checks all formulae for Homebrew coding style violations.
## ENVIRONMENT
* HOMEBREW\_DEBUG:

View File

@ -147,7 +147,7 @@ Shows the formulas that specify \fIformula\fR as a dependency\. The list is not
.
.TP
\fBdoctor\fR
Audits your system for potential problems\.
Checks your system for potential problems\.
.
.TP
\fBcat\fR \fIformula\fR
@ -165,6 +165,10 @@ Using Git, fetches the newest version of Homebrew from the GitHub repository\.
\fBfetch\fR \fIformula\fR
Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For tarballs, also prints MD5 and SHA1 checksums\.
.
.TP
\fBaudit\fR
Checks all formulae for Homebrew coding style violations\.
.
.SH "ENVIRONMENT"
.
.TP