diff options
| author | Jack Nagel | 2013-06-20 16:53:19 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-20 16:53:20 -0500 |
| commit | c774ed05e4ba8a8467805256b69cb4ea824cb98f (patch) | |
| tree | 3b1fdc9ef1101f9e462bdacd438f79d00eacfac4 /Library | |
| parent | 3ab28ff9ad712f2d235768c1375d361c44fe363b (diff) | |
| download | brew-c774ed05e4ba8a8467805256b69cb4ea824cb98f.tar.bz2 | |
Update cache location in man page
Fixes Homebrew/homebrew#20640.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 273dfa7b8..57091fd0b 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -334,7 +334,7 @@ Note that these flags should only appear after a command. spaces. * `--cache`: - Display Homebrew's download cache. *Default:* `~/Library/Caches/Homebrew` + Display Homebrew's download cache. See also `HOMEBREW_CACHE`. * `--cache` <formula>: Display the file or directory used to cache <formula>. @@ -426,10 +426,9 @@ can take several different forms: * HOMEBREW\_CACHE: If set, instructs Homebrew to use the given directory as the download cache. - Otherwise, `~/Library/Caches/Homebrew` is used. - This can be used to keep downloads out of your home directory, if you have - it mounted on an SSD or are using FileVault for instance. + *Default:* `~/Library/Caches/Homebrew` if it exists; otherwise, + `/Library/Caches/Homebrew`. * HOMEBREW\_CURL\_VERBOSE: If set, Homebrew will pass `--verbose` when invoking `curl`(1). |
