aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/manpages/brew.1.md
diff options
context:
space:
mode:
authorMike McQuaid2015-04-26 19:38:50 +0100
committerMike McQuaid2015-04-26 19:40:33 +0100
commit9032f165bec3d0c7452169093fab32578816043b (patch)
treeda416e300354ecc22933fcd085646690a2c856d4 /Library/Homebrew/manpages/brew.1.md
parent56d3ab5a27956792e5294b0dece3160e88a25054 (diff)
downloadhomebrew-master.tar.bz2
upgrade: announce usage of --all.HEADmaster
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 'Library/Homebrew/manpages/brew.1.md')
-rw-r--r--Library/Homebrew/manpages/brew.1.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 8f1f2b161..57c49cae9 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -390,11 +390,15 @@ Note that these flags should only appear after a command.
If `--rebase` is specified then `git pull --rebase` is used.
- * `upgrade [install-options]` [<formulae>]:
+ * `upgrade [--all] [install-options]` [<formulae>]:
Upgrade outdated, unpinned brews.
Options for the `install` command are also valid here.
+ If `--all` is passed, upgrade all formulae. This is currently the same
+ behaviour as without `--all` but soon `--all` will be required to upgrade
+ all formulae.
+
If <formulae> are given, upgrade only the specified brews (but do so even
if they are pinned; see `pin`, `unpin`).