diff options
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 0e4525cd3..a15fbfeb7 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 [<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>. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index bce626042..a87394bf7 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 [<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\. . |
