aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-01-15 20:42:23 +0000
committerGitHub2017-01-15 20:42:23 +0000
commit8f88b4c8e6d6f307096f8b2f131c5eea858d74b5 (patch)
tree4abcc1e388cbe2458f535d6fb323679c856e3c8d /Library/Homebrew/cmd/install.rb
parent7f437b8360778fe7c4744be060f1123e849a25f6 (diff)
parent7c159449910d5c6fe2f4fea7416fed8a8ba2d4db (diff)
downloadbrew-8f88b4c8e6d6f307096f8b2f131c5eea858d74b5.tar.bz2
Merge pull request #1846 from MikeMcQuaid/fix-head-upgrade-man
Fix documentation for HEAD upgrades.
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-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