diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 0ed592c1a..fe72a7fb2 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` <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: |
