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 <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-10-12 02:25:18 -05:00
parent b8b7ad7ef2
commit 15706ec7d4
2 changed files with 12 additions and 0 deletions

View File

@ -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 [<formulae>]`:
Check the given <formulae> for missing dependencies.
If no <formulae> are given, check all installed brews.
* `options [--compact] [--all] [--installed]` <formula>:
Display install options specific to <formula>.

View File

@ -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 [<formulae>]\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\.
.