From b8a4677de09082cb0e4850f38cfcb0201f0166ac Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Wed, 23 Mar 2016 16:33:40 +0800 Subject: --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 --- Library/Homebrew/manpages/brew.1.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Homebrew/manpages') 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` `/`: + Display where tap `/`'s directory is located. + * `--version`: Print the version number of brew to standard error and exit. -- cgit v1.2.3