diff options
| author | Xu Cheng | 2015-06-26 15:19:27 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-07-03 14:22:38 +0800 |
| commit | 78a7dea3a0f9acedd4151749fe351a52eeb5fa12 (patch) | |
| tree | 13c58bd7e323bd345ee5aa44e2df91871c21b819 /Library/Homebrew/manpages | |
| parent | e537c6a59f488e3f59efa8ef6d4b0db0640887f0 (diff) | |
| download | brew-78a7dea3a0f9acedd4151749fe351a52eeb5fa12.tar.bz2 | |
add `brew command`
Closes Homebrew/homebrew#41034.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/manpages')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 909b7448c..273228b4c 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -69,6 +69,9 @@ Note that these flags should only appear after a command. versions of formula. Note downloads for any installed formula will still not be deleted. If you want to delete those too: `rm -rf $(brew --cache)` + * `command` <cmd>: + Display the path to the file which is used when invoking `brew <cmd>`. + * `commands`: Show a list of built-in and external commands. |
