diff options
| author | Jack Nagel | 2011-09-01 22:49:41 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-01 22:50:17 -0500 |
| commit | 883c58f75170c0c0354a5b8908b4e0cfaa29d948 (patch) | |
| tree | a5187f474bd4fe147eb8d2fc1c687f95b9d98025 /share | |
| parent | b70b14dea1b067188a5d588b20dadfc7ca1841c5 (diff) | |
| download | brew-883c58f75170c0c0354a5b8908b4e0cfaa29d948.tar.bz2 | |
Add the upgrade command to the man page
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index ea3618dd6..9a940faa7 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -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\. . |
