Add brew options --compact to manpage

This commit is contained in:
Adam Vandenberg 2011-02-04 16:56:46 -08:00
parent 4812dd1b89
commit 8abf954bf4
3 changed files with 10 additions and 4 deletions

View File

@ -171,9 +171,12 @@ didn't include with OS X.
If `--warn` is passed, perform additional stricter checks that may not need If `--warn` is passed, perform additional stricter checks that may not need
to be fixed before submitting. to be fixed before submitting.
* `options` <formula>: * `options [--compact]` <formula>:
Display install options specific to <formula>. Display install options specific to <formula>.
If `--compact` is passed, show all options on a single line separated by
spaces.
* `missing`: * `missing`:
Check all installed formuale for missing dependencies. Check all installed formuale for missing dependencies.

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.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" .SH "NAME"
\fBbrew\-man\fR \- Generate man pages for Homebrew \fBbrew\-man\fR \- Generate man pages for Homebrew

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.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" .SH "NAME"
\fBbrew\fR \- The missing package manager for OS X \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\. If \fB\-\-warn\fR is passed, perform additional stricter checks that may not need to be fixed before submitting\.
. .
.TP .TP
\fBoptions\fR \fIformula\fR \fBoptions [\-\-compact]\fR \fIformula\fR
Display install options specific to \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 .TP
\fBmissing\fR \fBmissing\fR
Check all installed formuale for missing dependencies\. Check all installed formuale for missing dependencies\.