aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-02-04 16:56:46 -0800
committerAdam Vandenberg2011-03-12 11:55:07 -0800
commit8abf954bf4ccb8553dbca4df89b52e22dcf82edb (patch)
tree3ae4317bc47699ee854d67613528e0292b21b425
parent4812dd1b891b57f40f6cf58677214b7f627c48a7 (diff)
downloadbrew-8abf954bf4ccb8553dbca4df89b52e22dcf82edb.tar.bz2
Add brew options --compact to manpage
-rw-r--r--Library/Contributions/manpages/brew.1.md5
-rw-r--r--share/man/man1/brew-man.12
-rw-r--r--share/man/man1/brew.17
3 files changed, 10 insertions, 4 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index d5440189f..5e7738df1 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -171,9 +171,12 @@ didn't include with OS X.
If `--warn` is passed, perform additional stricter checks that may not need
to be fixed before submitting.
- * `options` <formula>:
+ * `options [--compact]` <formula>:
Display install options specific to <formula>.
+ If `--compact` is passed, show all options on a single line separated by
+ spaces.
+
* `missing`:
Check all installed formuale for missing dependencies.
diff --git a/share/man/man1/brew-man.1 b/share/man/man1/brew-man.1
index 729b260a5..c3d802e43 100644
--- a/share/man/man1/brew-man.1
+++ b/share/man/man1/brew-man.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW\-MAN" "1" "November 2010" "Homebrew" "brew"
+.TH "BREW\-MAN" "1" "January 2011" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\-man\fR \- Generate man pages for Homebrew
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index f5979e593..06f0d707e 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW" "1" "January 2011" "Homebrew" "brew"
+.TH "BREW" "1" "February 2011" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for OS X
@@ -188,9 +188,12 @@ Check formulae for Homebrew coding style violations\. This should be run before
If \fB\-\-warn\fR is passed, perform additional stricter checks that may not need to be fixed before submitting\.
.
.TP
-\fBoptions\fR \fIformula\fR
+\fBoptions [\-\-compact]\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\.
+.
.TP
\fBmissing\fR
Check all installed formuale for missing dependencies\.