aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2017-01-29 17:30:44 +0000
committerMike McQuaid2017-01-29 17:30:44 +0000
commit276d8805ca30c2c08c58a7b9032f94902b52f1fa (patch)
tree8cf644cee34785644d2ca44ed12021504161a130 /docs
parentc5072226871196d2eb3265d930daff87968d23e8 (diff)
downloadbrew-276d8805ca30c2c08c58a7b9032f94902b52f1fa.tar.bz2
update: note migrations may be performed.
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
Diffstat (limited to 'docs')
-rw-r--r--docs/brew.1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html
index 2e036eb55..65d669427 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -398,7 +398,7 @@ source. This is useful for creating patches for the software.</p></dd>
<code>pin</code>.</p></dd>
<dt><code>untap</code> <var>tap</var></dt><dd><p>Remove a tapped repository.</p></dd>
<dt><code>update</code> [<code>--merge</code>] [<code>--force</code>]</dt><dd><p>Fetch the newest version of Homebrew and all formulae from GitHub using
-<code>git</code>(1).</p>
+<code>git</code>(1) and perform any necessary migrations.</p>
<p>If <code>--merge</code> is specified then <code>git merge</code> is used to include updates
(rather than <code>git rebase</code>).</p>