aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/manpages
diff options
context:
space:
mode:
authorXu Cheng2016-03-23 16:33:40 +0800
committerXu Cheng2016-03-24 14:52:13 +0800
commitb8a4677de09082cb0e4850f38cfcb0201f0166ac (patch)
tree7669bea07a5f5e77dcef47e64d0d9219fa5cb6be /Library/Homebrew/manpages
parent773451f027b2564f8444c4180073593b5e033a28 (diff)
downloadbrew-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 'Library/Homebrew/manpages')
-rw-r--r--Library/Homebrew/manpages/brew.1.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index d884d6702..aa88b373d 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -529,6 +529,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
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.
+
* `--version`:
Print the version number of brew to standard error and exit.