aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-01-30 10:15:06 +0000
committerGitHub2017-01-30 10:15:06 +0000
commit664d0c67d5947605c914c4c56ebcfaa80cb6eca0 (patch)
treeb2ad3aeb992b7176c47ad7d785bacb237008bed8 /Library
parent6f4cf7bdd62ded02248104b08711cb25d5761d16 (diff)
parent276d8805ca30c2c08c58a7b9032f94902b52f1fa (diff)
downloadbrew-664d0c67d5947605c914c4c56ebcfaa80cb6eca0.tar.bz2
Merge pull request #1931 from MikeMcQuaid/update-performs-migrations1.1.9
update: note migrations may be performed.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index 678622230..c5e618403 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -1,6 +1,6 @@
#: * `update` [`--merge`] [`--force`]:
#: Fetch the newest version of Homebrew and all formulae from GitHub using
-#: `git`(1).
+#: `git`(1) and perform any necessary migrations.
#:
#: If `--merge` is specified then `git merge` is used to include updates
#: (rather than `git rebase`).