From 23f6c8338b700c40a363057a60cbd958cf41e9a3 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 29 Jul 2010 09:17:56 -0700 Subject: [PATCH] Document brew audit. --- Library/Contributions/manpages/brew.1.md | 5 ++++- share/man/man1/brew.1 | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 0ed592c1a7..fe72a7fb26 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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` : Displays the source to . @@ -154,6 +154,9 @@ didn't include with OS X. Downloads the tarball or checks out from VCS for the given . For tarballs, also prints MD5 and SHA1 checksums. + * `audit`: + Checks all formulae for Homebrew coding style violations. + ## ENVIRONMENT * HOMEBREW\_DEBUG: diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 99c6e6a839..189d94b66e 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -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