diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 1e15e115b0..86ebe929a6 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -315,8 +315,8 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If `--force` is passed, then treat installed and passed like if they are from same taps and migrate them anyway. - * `options` [`--compact`] [`--all`] [`--installed`] : - Display install options specific to . + * `options` [`--compact`] (`--all`|`--installed`|): + Display install options specific to . If `--compact` is passed, show all options on a single line separated by spaces. diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 6796787e61..ee7d24f684 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -249,7 +249,7 @@ packages.

If --force is passed, then treat installed formulae and passed formulae like if they are from same taps and migrate them anyway.

-
options [--compact] [--all] [--installed] formula

Display install options specific to formula.

+
options [--compact] (--all|--installed|formulae)

Display install options specific to formulae.

If --compact is passed, show all options on a single line separated by spaces.

diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 2123f4392c..34db448762 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" "December 2015" "Homebrew" "brew" +.TH "BREW" "1" "January 2016" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -334,8 +334,8 @@ Migrate renamed packages to new name, where \fIformulae\fR are old names of pack If \fB\-\-force\fR is passed, then treat installed \fIformulae\fR and passed \fIformulae\fR like if they are from same taps and migrate them anyway\. . .TP -\fBoptions\fR [\fB\-\-compact\fR] [\fB\-\-all\fR] [\fB\-\-installed\fR] \fIformula\fR -Display install options specific to \fIformula\fR\. +\fBoptions\fR [\fB\-\-compact\fR] (\fB\-\-all\fR|\fB\-\-installed\fR|\fIformulae\fR) +Display install options specific to \fIformulae\fR\. . .IP If \fB\-\-compact\fR is passed, show all options on a single line separated by spaces\.