diff options
| author | Adam Vandenberg | 2010-08-15 15:25:35 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-15 15:25:35 -0700 |
| commit | cf6544bf2713c3b2bf13c60b36f49a05c0824705 (patch) | |
| tree | 0b3135e62b106fb94378d428c7b52e3bc231e5bd /Library | |
| parent | 4931b6561308c4ff23e2c7c9d8a8001bbfba7e27 (diff) | |
| download | homebrew-cf6544bf2713c3b2bf13c60b36f49a05c0824705.tar.bz2 | |
Document 'brew missing'.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/examples/brew-missing.rb | 2 | ||||
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-missing.rb b/Library/Contributions/examples/brew-missing.rb index af6aba069..8064ac1a5 100755 --- a/Library/Contributions/examples/brew-missing.rb +++ b/Library/Contributions/examples/brew-missing.rb @@ -3,7 +3,7 @@ require 'formula_installer' 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 diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 376fdd49c..6f0886255 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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: |
