diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index d5440189ff..5e7738df13 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` : + * `options [--compact]` : Display install options specific to . + 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 729b260a56..c3d802e430 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 f5979e5936..06f0d707e9 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\.