diff options
| author | Adam Vandenberg | 2011-06-13 10:54:04 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-19 22:00:02 -0700 |
| commit | 657b4b7ccebcdfc3e38a8b33a0306cba3b364453 (patch) | |
| tree | 1545415a57afb44e26cba9d5dd46c789b4dbcb57 /Library | |
| parent | 0d741a308f5b5c851b2f19496a9baaa3564efacc (diff) | |
| download | homebrew-657b4b7ccebcdfc3e38a8b33a0306cba3b364453.tar.bz2 | |
Add `brew which` to man page
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index dd174085f..89d73f612 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -233,6 +233,11 @@ For the full command list, see the COMMANDS section. If `--installed` is passed, only lists installed formulae. + * `which` [<formulae>]: + List versions of installed brews. + + If <formulae> are given, only list versions for the specified brews. + * `--cache`: Display Homebrew's download cache. *Default:* `~/Library/Cache/Homebrew` |
