diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index 678622230b955..c5e6184034844 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`). diff --git a/docs/brew.1.html b/docs/brew.1.html index 2e036eb558f94..65d6694273b9f 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -398,7 +398,7 @@
pin
.
untap
tapRemove a tapped repository.
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
).