Skip to content
Snippets Groups Projects
Commit 883c58f7 authored by Jack Nagel's avatar Jack Nagel
Browse files

Add the upgrade command to the man page


Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent b70b14de
No related branches found
No related tags found
No related merge requests found
......@@ -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\.
.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment