--cache: move help to documentation comment
This commit is contained in:
parent
d29d58b3fb
commit
bab823288f
@ -1,3 +1,9 @@
|
||||
#: * `--cache`:
|
||||
#: Display Homebrew's download cache. See also `HOMEBREW_CACHE`.
|
||||
#:
|
||||
#: * `--cache` <formula>:
|
||||
#: Display the file or directory used to cache <formula>.
|
||||
|
||||
require "cmd/fetch"
|
||||
|
||||
module Homebrew
|
||||
|
||||
@ -50,12 +50,6 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
||||
|
||||
<%= commands.join("\n") %>
|
||||
|
||||
* `--cache`:
|
||||
Display Homebrew's download cache. See also `HOMEBREW_CACHE`.
|
||||
|
||||
* `--cache` <formula>:
|
||||
Display the file or directory used to cache <formula>.
|
||||
|
||||
* `--cellar`:
|
||||
Display Homebrew's Cellar path. *Default:* `$(brew --prefix)/Cellar`, or if
|
||||
that directory doesn't exist, `$(brew --repository)/Cellar`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user