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.
|
recursive; only one level of dependencies is resolved.
|
||||||
|
|
||||||
* `doctor`:
|
* `doctor`:
|
||||||
Audits your system for potential problems.
|
Checks your system for potential problems.
|
||||||
|
|
||||||
* `cat` <formula>:
|
* `cat` <formula>:
|
||||||
Displays the source to <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
|
Downloads the tarball or checks out from VCS for the given <formula>. For
|
||||||
tarballs, also prints MD5 and SHA1 checksums.
|
tarballs, also prints MD5 and SHA1 checksums.
|
||||||
|
|
||||||
|
* `audit`:
|
||||||
|
Checks all formulae for Homebrew coding style violations.
|
||||||
|
|
||||||
## ENVIRONMENT
|
## ENVIRONMENT
|
||||||
|
|
||||||
* HOMEBREW\_DEBUG:
|
* HOMEBREW\_DEBUG:
|
||||||
|
|||||||
@ -147,7 +147,7 @@ Shows the formulas that specify \fIformula\fR as a dependency\. The list is not
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBdoctor\fR
|
\fBdoctor\fR
|
||||||
Audits your system for potential problems\.
|
Checks your system for potential problems\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBcat\fR \fIformula\fR
|
\fBcat\fR \fIformula\fR
|
||||||
@ -165,6 +165,10 @@ Using Git, fetches the newest version of Homebrew from the GitHub repository\.
|
|||||||
\fBfetch\fR \fIformula\fR
|
\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\.
|
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"
|
.SH "ENVIRONMENT"
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user