Add the upgrade command to the man page

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-09-01 22:49:41 -05:00
parent b70b14dea1
commit 883c58f751
2 changed files with 12 additions and 0 deletions

View File

@ -233,6 +233,11 @@ For the full command list, see the COMMANDS section.
* `update`: * `update`:
Fetch the newest version of Homebrew from GitHub using `git`(1). 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>: * `uses [--installed]` <formula>:
Show the formulas that specify <formula> as a dependency. The list is Show the formulas that specify <formula> as a dependency. The list is
not recursive; only one level of dependencies is resolved. not recursive; only one level of dependencies is resolved.

View File

@ -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)\. Fetch the newest version of Homebrew from GitHub using \fBgit\fR(1)\.
. .
.TP .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 \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\. Show the formulas that specify \fIformula\fR as a dependency\. The list is not recursive; only one level of dependencies is resolved\.
. .