Skip to content

Commit

Permalink
Document 'brew missing'.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Aug 15, 2010
1 parent 4931b65 commit cf6544b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Contributions/examples/brew-missing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def main
# Names of outdated brews; they count as installed.
outdated = outdated_brews.select {|b| b[1] }
outdated = outdated_brews.select {|b| b[1]}

HOMEBREW_CELLAR.subdirs.each do |keg|
next unless keg.subdirs
Expand Down
3 changes: 3 additions & 0 deletions Library/Contributions/manpages/brew.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ Some external commands are shipped with Homebrew, and enabled by default.
* `audit`:
Checks all formulae for Homebrew coding style violations.

* `missing`:
Checks all installed formuale for missing dependencies.

## ENVIRONMENT

* HOMEBREW\_DEBUG:
Expand Down
4 changes: 4 additions & 0 deletions share/man/man1/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For t
\fBaudit\fR
Checks all formulae for Homebrew coding style violations\.
.
.TP
\fBmissing\fR
Checks all installed formuale for missing dependencies\.
.
.SH "ENVIRONMENT"
.
.TP
Expand Down

0 comments on commit cf6544b

Please sign in to comment.