Skip to content

Commit 276d880

Browse files
committed
update: note migrations may be performed.
As requested in Homebrew/homebrew-core#9316.
1 parent c507222 commit 276d880

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Library/Homebrew/cmd/update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#: * `update` [`--merge`] [`--force`]:
22
#: Fetch the newest version of Homebrew and all formulae from GitHub using
3-
#: `git`(1).
3+
#: `git`(1) and perform any necessary migrations.
44
#:
55
#: If `--merge` is specified then `git merge` is used to include updates
66
#: (rather than `git rebase`).

docs/brew.1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h2 id="COMMANDS">COMMANDS</h2>
398398
<code>pin</code>.</p></dd>
399399
<dt><code>untap</code> <var>tap</var></dt><dd><p>Remove a tapped repository.</p></dd>
400400
<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
401-
<code>git</code>(1).</p>
401+
<code>git</code>(1) and perform any necessary migrations.</p>
402402

403403
<p>If <code>--merge</code> is specified then <code>git merge</code> is used to include updates
404404
(rather than <code>git rebase</code>).</p>

manpages/brew.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Remove a tapped repository\.
542542
.
543543
.TP
544544
\fBupdate\fR [\fB\-\-merge\fR] [\fB\-\-force\fR]
545-
Fetch the newest version of Homebrew and all formulae from GitHub using \fBgit\fR(1)\.
545+
Fetch the newest version of Homebrew and all formulae from GitHub using \fBgit\fR(1) and perform any necessary migrations\.
546546
.
547547
.IP
548548
If \fB\-\-merge\fR is specified then \fBgit merge\fR is used to include updates (rather than \fBgit rebase\fR)\.

0 commit comments

Comments
 (0)