From 529066d24d2b4e99d4e9c72d534eb13adc597076 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 21 Mar 2011 13:14:06 -0700 Subject: [PATCH] Document 'brew options --all'. --- Library/Contributions/manpages/brew.1.md | 4 +++- share/man/man1/brew.1 | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index c60862782f..f65168bef8 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -171,12 +171,14 @@ didn't include with OS X. If `--strict` is passed, perform additional stricter checks that may not need to be fixed before submitting. - * `options [--compact]` : + * `options [--compact] [--all]` : Display install options specific to . If `--compact` is passed, show all options on a single line separated by spaces. + If `--all` is passed, show options for all formulae. + * `missing`: Check all installed formuale for missing dependencies. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 78a0448f1d..24ac5ffa1d 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -188,12 +188,15 @@ Check formulae for Homebrew coding style violations\. This should be run before If \fB\-\-strict\fR is passed, perform additional stricter checks that may not need to be fixed before submitting\. . .TP -\fBoptions [\-\-compact]\fR \fIformula\fR +\fBoptions [\-\-compact] [\-\-all]\fR \fIformula\fR Display install options specific to \fIformula\fR\. . .IP If \fB\-\-compact\fR is passed, show all options on a single line separated by spaces\. . +.IP +If \fB\-\-all\fR is passed, show options for all formulae\. +. .TP \fBmissing\fR Check all installed formuale for missing dependencies\.