diff options
| author | Martin Afanasjew | 2016-04-17 09:21:02 +0200 |
|---|---|---|
| committer | Martin Afanasjew | 2016-04-20 13:45:26 +0200 |
| commit | 76f04799692ac896908bf2db21b9bad16769c2e3 (patch) | |
| tree | 45312f1e397312f534b07dc0e589315a53053c69 /Library/Homebrew/cmd | |
| parent | 6931e9421a48e486f187b42a1c7789e742bcb1b5 (diff) | |
| download | brew-76f04799692ac896908bf2db21b9bad16769c2e3.tar.bz2 | |
--repository: move help to documentation comment
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/--repository.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/--repository.rb b/Library/Homebrew/cmd/--repository.rb index b697b3eaa..b3ad8367a 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` <user>`/`<repo>: +#: Display where tap <user>`/`<repo>'s directory is located. + require "tap" module Homebrew |
