Skip to content
Snippets Groups Projects
Commit bc1d5ae4 authored by Zhiming Wang's avatar Zhiming Wang Committed by Martin Afanasjew
Browse files

install: fix documentation of --keep-tmp option (#258)

Obvious copy/paste failure in acc9a7ca.
parent 406fdbb3
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@
#: If `--HEAD` is passed, and <formula> defines it, install the HEAD version,
#: aka master, trunk, unstable.
#:
#: If `--keep-tmp` is passed, the temporary files created for the test are
#: not deleted.
#: 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>`.
......
......@@ -227,8 +227,8 @@ for the current version of OS X, even if custom options are given.</p>
<p>If <code>--HEAD</code> is passed, and <var>formula</var> defines it, install the HEAD version,
aka master, trunk, unstable.</p>
<p>If <code>--keep-tmp</code> is passed, the temporary files created for the test are
not deleted.</p>
<p>If <code>--keep-tmp</code> is passed, the temporary files created during installation
are not deleted.</p>
<p>To install a newer version of HEAD use
<code>brew rm &lt;foo> &amp;&amp; brew install --HEAD &lt;foo></code>.</p></dd>
......
......@@ -299,7 +299,7 @@ If \fB\-\-devel\fR is passed, and \fIformula\fR defines it, install the developm
If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD version, aka master, trunk, unstable\.
.
.IP
If \fB\-\-keep\-tmp\fR is passed, the temporary files created for the test are not deleted\.
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\.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment