diff options
| author | Zhiming Wang | 2016-05-18 23:43:42 -0700 |
|---|---|---|
| committer | Martin Afanasjew | 2016-05-19 08:43:42 +0200 |
| commit | bc1d5ae4d49c9698ce7e934367786a4122d958cc (patch) | |
| tree | 2aba11c005ad8bbda358d2581660d83a681a208f /share/doc/homebrew | |
| parent | 406fdbb391e844ea604c3eac1075c3f2562d07a9 (diff) | |
| download | brew-bc1d5ae4d49c9698ce7e934367786a4122d958cc.tar.bz2 | |
install: fix documentation of --keep-tmp option (#258)
Obvious copy/paste failure in acc9a7ca8554bc2413dee2d6d0f407b3a59c628c.
Diffstat (limited to 'share/doc/homebrew')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 8c18f9c0a..2a6b4c849 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -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 <foo> && brew install --HEAD <foo></code>.</p></dd> |
