aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/manpages/brew.1.md
diff options
context:
space:
mode:
authorMax Howell2011-09-20 02:25:50 +0100
committerMax Howell2011-09-20 02:30:31 +0100
commitdec4b73aa0f30fcc2a31fa87e6be5e31ec58cd5f (patch)
treeff5b3436c4974c8c9451de2084e1a4ea21411cea /Library/Contributions/manpages/brew.1.md
parent335383549eb8cca5b47100bd5e89213b597a1899 (diff)
downloadhomebrew-dec4b73aa0f30fcc2a31fa87e6be5e31ec58cd5f.tar.bz2
Allow `brew update --rebase`
Diffstat (limited to 'Library/Contributions/manpages/brew.1.md')
-rw-r--r--Library/Contributions/manpages/brew.1.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 5fc03ace8..1cc524472 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -231,8 +231,11 @@ For the full command list, see the COMMANDS section.
Unsymlink <formula> from the Homebrew prefix. This can be useful for
temporarily disabling a formula: `brew unlink foo && commands && brew link foo`.
- * `update`:
- Fetch the newest version of Homebrew from GitHub using `git`(1).
+ * `update [--rebase]`:
+ Fetch the newest version of Homebrew and all formulae from GitHub using
+ `git`(1).
+
+ If --rebase is specified then `git pull --rebase` is used.
* `upgrade` [<formulae>]:
Upgrade outdated brews.