Updates after rebase on latest master

This commit is contained in:
Rylan Polster 2021-01-18 11:57:09 -05:00
parent 1e5a43d5f3
commit c8d32ff75a
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
3 changed files with 3 additions and 3 deletions

View File

@ -1813,9 +1813,9 @@ _brew_style() {
return
;;
esac
__brew_complete_tapped
__brew_complete_formulae
__brew_complete_casks
__brew_complete_tapped
}
_brew_switch() {

View File

@ -611,7 +611,7 @@ Fetch and reset Homebrew and all tap repositories (or any specified *`repository
*Note:* this will destroy all your uncommitted or committed changes.
### `upgrade` [*`options`*] [*`installed_formula`*|*`installed_cask`* ...]
### `upgrade` [*`options`*] [*`outdated_formula`*|*`outdated_cask`* ...]
Upgrade outdated casks and outdated, unpinned formulae using the same options they were originally
installed with, plus any appended brew formula options. If *`cask`* or *`formula`* are specified,

View File

@ -817,7 +817,7 @@ Fetch and reset Homebrew and all tap repositories (or any specified \fIrepositor
.P
\fINote:\fR this will destroy all your uncommitted or committed changes\.
.
.SS "\fBupgrade\fR [\fIoptions\fR] [\fIinstalled_formula\fR|\fIinstalled_cask\fR \.\.\.]"
.SS "\fBupgrade\fR [\fIoptions\fR] [\fIoutdated_formula\fR|\fIoutdated_cask\fR \.\.\.]"
Upgrade outdated casks and outdated, unpinned formulae using the same options they were originally installed with, plus any appended brew formula options\. If \fIcask\fR or \fIformula\fR are specified, upgrade only the given \fIcask\fR or \fIformula\fR kegs (unless they are pinned; see \fBpin\fR, \fBunpin\fR)\.
.
.P