Document brew audit.
This commit is contained in:
parent
b69d6dc4cf
commit
23f6c8338b
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user