Merge pull request #4694 from JBallin/docs-upgrade-cleanup
[docs] Clarify upgrade --cleanup only cleans upgraded formulae
This commit is contained in:
commit
3a8165cf40
@ -4,7 +4,7 @@
|
|||||||
#: Options for the `install` command are also valid here.
|
#: Options for the `install` command are also valid here.
|
||||||
#:
|
#:
|
||||||
#: If `--cleanup` is specified or `HOMEBREW_UPGRADE_CLEANUP` is set then remove
|
#: If `--cleanup` is specified or `HOMEBREW_UPGRADE_CLEANUP` is set then remove
|
||||||
#: previously installed <formula> version(s).
|
#: previously installed version(s) of upgraded <formulae>.
|
||||||
#:
|
#:
|
||||||
#: If `--fetch-HEAD` is passed, fetch the upstream repository to detect if
|
#: If `--fetch-HEAD` is passed, fetch the upstream repository to detect if
|
||||||
#: the HEAD installation of the formula is outdated. Otherwise, the
|
#: the HEAD installation of the formula is outdated. Otherwise, the
|
||||||
|
|||||||
@ -576,7 +576,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
|||||||
Options for the `install` command are also valid here.
|
Options for the `install` command are also valid here.
|
||||||
|
|
||||||
If `--cleanup` is specified or `HOMEBREW_UPGRADE_CLEANUP` is set then remove
|
If `--cleanup` is specified or `HOMEBREW_UPGRADE_CLEANUP` is set then remove
|
||||||
previously installed `formula` version(s).
|
previously installed version(s) of upgraded `formulae`.
|
||||||
|
|
||||||
If `--fetch-HEAD` is passed, fetch the upstream repository to detect if
|
If `--fetch-HEAD` is passed, fetch the upstream repository to detect if
|
||||||
the HEAD installation of the formula is outdated. Otherwise, the
|
the HEAD installation of the formula is outdated. Otherwise, the
|
||||||
|
|||||||
@ -524,7 +524,7 @@ If \fB\-\-force\fR (or \fB\-f\fR) is specified then always do a slower, full upd
|
|||||||
Options for the \fBinstall\fR command are also valid here\.
|
Options for the \fBinstall\fR command are also valid here\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
If \fB\-\-cleanup\fR is specified or \fBHOMEBREW_UPGRADE_CLEANUP\fR is set then remove previously installed \fIformula\fR version(s)\.
|
If \fB\-\-cleanup\fR is specified or \fBHOMEBREW_UPGRADE_CLEANUP\fR is set then remove previously installed version(s) of upgraded \fIformulae\fR\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
If \fB\-\-fetch\-HEAD\fR is passed, fetch the upstream repository to detect if the HEAD installation of the formula is outdated\. Otherwise, the repository\'s HEAD will be checked for updates when a new stable or devel version has been released\.
|
If \fB\-\-fetch\-HEAD\fR is passed, fetch the upstream repository to detect if the HEAD installation of the formula is outdated\. Otherwise, the repository\'s HEAD will be checked for updates when a new stable or devel version has been released\.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user