aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorMike McQuaid2016-06-01 08:46:33 +0100
committerMike McQuaid2016-06-01 08:46:33 +0100
commita9abbab9175379d990d49d06341c14579db92bb2 (patch)
treee5fc53015f52da7bb065ba838cb1b7f04c116add /share/doc
parent8486f6e04d46323e3e17a71c4c8b3ce948d35bae (diff)
downloadbrew-a9abbab9175379d990d49d06341c14579db92bb2.tar.bz2
Move HOMEBREW_CACHE to ~/Library/Caches (#292)
* cleanup: accept cache as an argument. * config: move default HOMEBREW_CACHE to ~/Library. * brew.1: document new default Homebrew cache. * update-report: migrate legacy Homebrew cache.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/homebrew/brew.1.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index 43cddb8d0..cdec46602 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -523,8 +523,7 @@ Homebrew developers. Please do not file issues if you encounter errors when
using this environment variable.</p></dd>
<dt><code>HOMEBREW_CACHE</code></dt><dd><p>If set, instructs Homebrew to use the given directory as the download cache.</p>
-<p><em>Default:</em> <code>~/Library/Caches/Homebrew</code> if it exists; otherwise,
-<code>/Library/Caches/Homebrew</code>.</p></dd>
+<p><em>Default:</em> <code>~/Library/Caches/Homebrew</code>.</p></dd>
<dt><code>HOMEBREW_CURL_VERBOSE</code></dt><dd><p>If set, Homebrew will pass <code>--verbose</code> when invoking <code>curl</code>(1).</p></dd>
<dt><code>HOMEBREW_DEBUG</code></dt><dd><p>If set, any commands that can emit debugging information will do so.</p></dd>
<dt><code>HOMEBREW_DEBUG_INSTALL</code></dt><dd><p>When <code>brew install -d</code> or <code>brew install -i</code> drops into a shell,