upgrade: make clear formula options are used (not install options).
This commit is contained in:
parent
fdb18b8916
commit
6987fb4d05
@ -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`).
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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)\.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user