diff --git a/Library/Homebrew/cmd/--cellar.rb b/Library/Homebrew/cmd/--cellar.rb index 02238cdb11..e1c641ce1b 100644 --- a/Library/Homebrew/cmd/--cellar.rb +++ b/Library/Homebrew/cmd/--cellar.rb @@ -1,3 +1,11 @@ +#: * `--cellar`: +#: Display Homebrew's Cellar path. *Default:* `$(brew --prefix)/Cellar`, or if +#: that directory doesn't exist, `$(brew --repository)/Cellar`. +#: +#: * `--cellar` : +#: Display the location in the cellar where would be installed, +#: without any sort of versioned directory as the last path. + module Homebrew def __cellar if ARGV.named.empty? diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb index 5f9c12fc0d..0fecdb900a 100644 --- a/Library/Homebrew/manpages/brew.1.md.erb +++ b/Library/Homebrew/manpages/brew.1.md.erb @@ -50,14 +50,6 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note <%= commands.join("\n") %> - * `--cellar`: - Display Homebrew's Cellar path. *Default:* `$(brew --prefix)/Cellar`, or if - that directory doesn't exist, `$(brew --repository)/Cellar`. - - * `--cellar` : - Display the location in the cellar where would be installed, - without any sort of versioned directory as the last path. - * `--env`: Show a summary of the Homebrew build environment.