diff options
| author | Mike McQuaid | 2017-06-16 09:13:20 +0100 |
|---|---|---|
| committer | GitHub | 2017-06-16 09:13:20 +0100 |
| commit | 3fc05852f36b57049b266a11542e9c09b920c97e (patch) | |
| tree | bcceb12b8d212e2138eb2a73eb529577b26d454a /Library | |
| parent | 3fe32053a7f0d7f817a90e308ab0c62436a5c208 (diff) | |
| parent | 0dca0374460b184f1c3439029097f5940b566ac2 (diff) | |
| download | brew-3fc05852f36b57049b266a11542e9c09b920c97e.tar.bz2 | |
Merge pull request #2788 from straxhaber/master
Fix outdated `--repository` man documentation
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/--repository.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/--repository.rb b/Library/Homebrew/cmd/--repository.rb index 7a25aba1c..006d4cd5d 100644 --- a/Library/Homebrew/cmd/--repository.rb +++ b/Library/Homebrew/cmd/--repository.rb @@ -1,6 +1,5 @@ #: * `--repository`: -#: Display where Homebrew's `.git` directory is located. For standard installs, -#: the `prefix` and `repository` are the same directory. +#: Display where Homebrew's `.git` directory is located. #: #: * `--repository` <user>`/`<repo>: #: Display where tap <user>`/`<repo>'s directory is located. |
