From 15706ec7d44f4f829f3d88435228a5f3ee52037e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 12 Oct 2011 02:25:18 -0500 Subject: [PATCH] Redocument `brew missing` in the man page Per mxcl/homebrew@6b0c44d, @mxcl: "And in that mind, brew missing is some cases an essential tool and should absolutely be in the manpage." Signed-off-by: Jack Nagel --- Library/Contributions/manpages/brew.1.md | 5 +++++ share/man/man1/brew.1 | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 0e4525cd30..a15fbfeb72 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -198,6 +198,11 @@ For the full command list, see the COMMANDS section. Show the git log for the given formulae. Options that `git-log`(1) recognizes can be passed before the formula list. + * `missing []`: + Check the given for missing dependencies. + + If no are given, check all installed brews. + * `options [--compact] [--all] [--installed]` : Display install options specific to . diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index bce626042f..a87394bf70 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -217,6 +217,13 @@ If \fB\-\-versions\fR is passed, show the version number for installed formulae, Show the git log for the given formulae\. Options that \fBgit\-log\fR(1) recognizes can be passed before the formula list\. . .TP +\fBmissing []\fR +Check the given \fIformulae\fR for missing dependencies\. +. +.IP +If no \fIformulae\fR are given, check all installed brews\. +. +.TP \fBoptions [\-\-compact] [\-\-all] [\-\-installed]\fR \fIformula\fR Display install options specific to \fIformula\fR\. .