aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Contributions/manpages/brew.1.md4
-rw-r--r--share/man/man1/brew.15
2 files changed, 7 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index c60862782..f65168bef 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]` <formula>:
+ * `options [--compact] [--all]` <formula>:
Display install options specific to <formula>.
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 78a0448f1..24ac5ffa1 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\.