diff --git a/Library/Homebrew/cmd/--repository.rb b/Library/Homebrew/cmd/--repository.rb index b697b3eaa3..b3ad8367a4 100644 --- a/Library/Homebrew/cmd/--repository.rb +++ b/Library/Homebrew/cmd/--repository.rb @@ -1,3 +1,10 @@ +#: * `--repository`: +#: Display where Homebrew's `.git` directory is located. For standard installs, +#: the `prefix` and `repository` are the same directory. +#: +#: * `--repository` `/`: +#: Display where tap `/`'s directory is located. + require "tap" module Homebrew diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb index 0ad4c0b5df..b6726089e7 100644 --- a/Library/Homebrew/manpages/brew.1.md.erb +++ b/Library/Homebrew/manpages/brew.1.md.erb @@ -50,13 +50,6 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note <%= commands.join("\n") %> - * `--repository`: - Display where Homebrew's `.git` directory is located. For standard installs, - the `prefix` and `repository` are the same directory. - - * `--repository` `/`: - Display where tap `/`'s directory is located. - * `--version`: Print the version number of brew to standard error and exit.