aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 049fc4e2b..9a7f50b01 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -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.