--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"
|
require "cmd/fetch"
|
||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
|
|||||||
@ -50,12 +50,6 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
|||||||
|
|
||||||
<%= commands.join("\n") %>
|
<%= 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`:
|
* `--cellar`:
|
||||||
Display Homebrew's Cellar path. *Default:* `$(brew --prefix)/Cellar`, or if
|
Display Homebrew's Cellar path. *Default:* `$(brew --prefix)/Cellar`, or if
|
||||||
that directory doesn't exist, `$(brew --repository)/Cellar`.
|
that directory doesn't exist, `$(brew --repository)/Cellar`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user