upgrade: make clear formula options are used (not install options).

This commit is contained in:
Mike McQuaid 2019-04-02 08:20:11 +01:00
parent fdb18b8916
commit 6987fb4d05
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ module Homebrew
usage_banner <<~EOS usage_banner <<~EOS
`upgrade` [<options>] <formula> `upgrade` [<options>] <formula>
Upgrade outdated, unpinned brews (with existing and any appended install options). Upgrade outdated, unpinned formulae (with existing and any appended brew formula options).
If <formula> are given, upgrade only the specified brews (unless they If <formula> are given, upgrade only the specified brews (unless they
are pinned; see `pin`, `unpin`). are pinned; see `pin`, `unpin`).

View File

@ -545,7 +545,7 @@ Fetches and resets Homebrew and all tap repositories (or any specified `reposito
### `upgrade` [*`options`*] *`formula`* ### `upgrade` [*`options`*] *`formula`*
Upgrade outdated, unpinned brews (with existing and any appended install Upgrade outdated, unpinned formulae (with existing and any appended brew formula
options). options).
If *`formula`* are given, upgrade only the specified brews (unless they are If *`formula`* are given, upgrade only the specified brews (unless they are

View File

@ -664,7 +664,7 @@ Fetch the newest version of Homebrew and all formulae from GitHub using \fBgit\f
Fetches and resets Homebrew and all tap repositories (or any specified \fBrepository\fR) using \fBgit\fR(1) to their latest \fBorigin/master\fR\. Note this will destroy all your uncommitted or committed changes\. Fetches and resets Homebrew and all tap repositories (or any specified \fBrepository\fR) using \fBgit\fR(1) to their latest \fBorigin/master\fR\. Note this will destroy all your uncommitted or committed changes\.
. .
.SS "\fBupgrade\fR [\fIoptions\fR] \fIformula\fR" .SS "\fBupgrade\fR [\fIoptions\fR] \fIformula\fR"
Upgrade outdated, unpinned brews (with existing and any appended install options)\. Upgrade outdated, unpinned formulae (with existing and any appended brew formula options)\.
. .
.P .P
If \fIformula\fR are given, upgrade only the specified brews (unless they are pinned; see \fBpin\fR, \fBunpin\fR)\. If \fIformula\fR are given, upgrade only the specified brews (unless they are pinned; see \fBpin\fR, \fBunpin\fR)\.