Add the upgrade command to the man page
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b70b14dea1
commit
883c58f751
@ -233,6 +233,11 @@ For the full command list, see the COMMANDS section.
|
||||
* `update`:
|
||||
Fetch the newest version of Homebrew from GitHub using `git`(1).
|
||||
|
||||
* `upgrade` [<formulae>]:
|
||||
Upgrade outdated brews.
|
||||
|
||||
If <formulae> are given, upgrade only the specified brews.
|
||||
|
||||
* `uses [--installed]` <formula>:
|
||||
Show the formulas that specify <formula> as a dependency. The list is
|
||||
not recursive; only one level of dependencies is resolved.
|
||||
|
||||
@ -259,6 +259,13 @@ Unsymlink \fIformula\fR from the Homebrew prefix\. This can be useful for tempor
|
||||
Fetch the newest version of Homebrew from GitHub using \fBgit\fR(1)\.
|
||||
.
|
||||
.TP
|
||||
\fBupgrade\fR [\fIformulae\fR]
|
||||
Upgrade outdated brews\.
|
||||
.
|
||||
.IP
|
||||
If \fIformulae\fR are given, upgrade only the specified brews\.
|
||||
.
|
||||
.TP
|
||||
\fBuses [\-\-installed]\fR \fIformula\fR
|
||||
Show the formulas that specify \fIformula\fR as a dependency\. The list is not recursive; only one level of dependencies is resolved\.
|
||||
.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user