aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-15 15:25:35 -0700
committerAdam Vandenberg2010-08-15 15:25:35 -0700
commitc9e2a9e5cb3445293c8991c869d772d9bfc0afff (patch)
treeb826bb09cfaa32881c6f1d73dff64f030f6a6c1c
parentf5b66f2a0445acd432e303df11e8ecb74dfcc852 (diff)
downloadbrew-c9e2a9e5cb3445293c8991c869d772d9bfc0afff.tar.bz2
Document 'brew missing'.
-rwxr-xr-xLibrary/Contributions/examples/brew-missing.rb2
-rw-r--r--Library/Contributions/manpages/brew.1.md3
-rw-r--r--share/man/man1/brew.14
3 files changed, 8 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:
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index eaecf072f..0748d4767 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -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