diff options
| author | Xu Cheng | 2016-03-23 16:33:40 +0800 |
|---|---|---|
| committer | Xu Cheng | 2016-03-24 14:52:13 +0800 |
| commit | b8a4677de09082cb0e4850f38cfcb0201f0166ac (patch) | |
| tree | 7669bea07a5f5e77dcef47e64d0d9219fa5cb6be /share/doc | |
| parent | 773451f027b2564f8444c4180073593b5e033a28 (diff) | |
| download | brew-b8a4677de09082cb0e4850f38cfcb0201f0166ac.tar.bz2 | |
--repository: support to show tap path
This can become handy when we separate core code and formulae. For
example, we could use `cd $(brew --repo homebrew/core)` to go to core
tap path.
Closes Homebrew/homebrew#50346.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 9e9a08c74..62a193745 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -389,6 +389,7 @@ without any sort of versioned directory as the last path.</p></dd> <dt><code>--prefix</code> <var>formula</var></dt><dd><p>Display the location in the cellar where <var>formula</var> is or would be installed.</p></dd> <dt><code>--repository</code></dt><dd><p>Display where Homebrew's <code>.git</code> directory is located. For standard installs, the <code>prefix</code> and <code>repository</code> are the same directory.</p></dd> +<dt><code>--repository</code> <var>user</var><code>/</code><var>repo</var></dt><dd><p>Display where tap <var>user</var><code>/</code><var>repo</var>'s directory is located.</p></dd> <dt><code>--version</code></dt><dd><p>Print the version number of brew to standard error and exit.</p></dd> </dl> |
