diff options
| author | Stan | 2013-10-14 11:00:09 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-16 06:08:19 -0700 |
| commit | 4d086e839477ea6eee0d8951b908e70975ae4c88 (patch) | |
| tree | e31cacc2829ad569e193669558043102e7417fc9 /Library | |
| parent | 8b5b220d88af2055dab46df40b5a26276df58b74 (diff) | |
| download | brew-4d086e839477ea6eee0d8951b908e70975ae4c88.tar.bz2 | |
add pin/unpin to help
Closes Homebrew/homebrew#23267.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/help.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb index a5ad86a32..67cde272b 100644 --- a/Library/Homebrew/cmd/help.rb +++ b/Library/Homebrew/cmd/help.rb @@ -7,6 +7,7 @@ Example usage: brew list [FORMULA...] brew update brew upgrade [FORMULA...] + brew pin/unpin [FORMULA...] Troubleshooting: brew doctor |
