diff options
| author | Martin Afanasjew | 2016-01-06 07:45:38 +0100 |
|---|---|---|
| committer | Martin Afanasjew | 2016-01-06 08:17:17 +0100 |
| commit | aaefcb02b6649551d8a86a5f0237041c14113dfb (patch) | |
| tree | 21dcc6f8f99c3e081d3426ec8aa5b365db90a7db /share | |
| parent | ae31b485105a63959e6a81e6de0fb748b83cc3e9 (diff) | |
| download | brew-aaefcb02b6649551d8a86a5f0237041c14113dfb.tar.bz2 | |
manpage: improve synopsis for 'options' command
The options `--all`, `--installed`, and a list of formulae are mutually
exclusive arguments, of which exactly one is required.
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 2 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 6796787e6..ee7d24f68 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -249,7 +249,7 @@ packages.</p> <p>If <code>--force</code> is passed, then treat installed <var>formulae</var> and passed <var>formulae</var> like if they are from same taps and migrate them anyway.</p></dd> -<dt><code>options</code> [<code>--compact</code>] [<code>--all</code>] [<code>--installed</code>] <var>formula</var></dt><dd><p>Display install options specific to <var>formula</var>.</p> +<dt><code>options</code> [<code>--compact</code>] (<code>--all</code>|<code>--installed</code>|<var>formulae</var>)</dt><dd><p>Display install options specific to <var>formulae</var>.</p> <p>If <code>--compact</code> is passed, show all options on a single line separated by spaces.</p> diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 2123f4392..34db44876 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\. |
