diff options
| author | Mike McQuaid | 2015-04-26 19:38:50 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-26 19:40:33 +0100 |
| commit | 9032f165bec3d0c7452169093fab32578816043b (patch) | |
| tree | da416e300354ecc22933fcd085646690a2c856d4 /share | |
| parent | 56d3ab5a27956792e5294b0dece3160e88a25054 (diff) | |
| download | homebrew-master.tar.bz2 | |
Tell users that we will soon be migrating `--all` so it is required if
you wish to upgrade all formulae.
Closes #38572.
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 8981bbdff..52b695e83 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -415,13 +415,16 @@ Fetch the newest version of Homebrew and all formulae from GitHub using \fBgit\f If \fB\-\-rebase\fR is specified then \fBgit pull \-\-rebase\fR is used\. . .TP -\fBupgrade [install\-options]\fR [\fIformulae\fR] +\fBupgrade [\-\-all] [install\-options]\fR [\fIformulae\fR] Upgrade outdated, unpinned brews\. . .IP Options for the \fBinstall\fR command are also valid here\. . .IP +If \fB\-\-all\fR is passed, upgrade all formulae\. This is currently the same behaviour as without \fB\-\-all\fR but soon \fB\-\-all\fR will be required to upgrade all formulae\. +. +.IP If \fIformulae\fR are given, upgrade only the specified brews (but do so even if they are pinned; see \fBpin\fR, \fBunpin\fR)\. . .TP |
