aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2017-01-15 02:25:51 -0800
committerMike McQuaid2017-01-15 02:25:51 -0800
commit7c159449910d5c6fe2f4fea7416fed8a8ba2d4db (patch)
treeb634699cc04e6f0a57bbf6e566ff129e1a615c00 /Library/Homebrew
parentebf3d939d1d63ea2cf8b8185e1c36a6e4a066d48 (diff)
downloadbrew-7c159449910d5c6fe2f4fea7416fed8a8ba2d4db.tar.bz2
Fix documentation for HEAD upgrades.
These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/install.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index 6f578caf6..fbfe46e71 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -44,9 +44,6 @@
#: If `--keep-tmp` is passed, the temporary files created during installation
#: are not deleted.
#:
-#: To install a newer version of HEAD use
-#: `brew rm <foo> && brew install --HEAD <foo>`.
-#:
#: * `install` `--interactive` [`--git`] <formula>:
#: Download and patch <formula>, then open a shell. This allows the user to
#: run `./configure --help` and otherwise determine how to turn the software