diff options
| author | Mike McQuaid | 2017-01-15 20:42:23 +0000 | 
|---|---|---|
| committer | GitHub | 2017-01-15 20:42:23 +0000 | 
| commit | 8f88b4c8e6d6f307096f8b2f131c5eea858d74b5 (patch) | |
| tree | 4abcc1e388cbe2458f535d6fb323679c856e3c8d /manpages | |
| parent | 7f437b8360778fe7c4744be060f1123e849a25f6 (diff) | |
| parent | 7c159449910d5c6fe2f4fea7416fed8a8ba2d4db (diff) | |
| download | brew-8f88b4c8e6d6f307096f8b2f131c5eea858d74b5.tar.bz2 | |
Merge pull request #1846 from MikeMcQuaid/fix-head-upgrade-man
Fix documentation for HEAD upgrades.
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index aa1d1c1d0..1dfb24244 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -258,9 +258,6 @@ If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD vers  .IP  If \fB\-\-keep\-tmp\fR is passed, the temporary files created during installation are not deleted\.  . -.IP -To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD <foo>\fR\. -.  .TP  \fBinstall\fR \fB\-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR  Download and patch \fIformula\fR, then open a shell\. This allows the user to run \fB\./configure \-\-help\fR and otherwise determine how to turn the software package into a Homebrew formula\. | 
