diff options
| author | Max Nordlund | 2016-04-08 16:28:43 +0200 | 
|---|---|---|
| committer | Martin Afanasjew | 2016-04-10 22:59:25 +0200 | 
| commit | fa1fd70a37c4ab843cb3d61c4301e44828c7b5ec (patch) | |
| tree | c96f4a8b24e229fe6624c6a3a5cb4e6d593a0c85 /Library/Homebrew/cmd/tap-pin.rb | |
| parent | b21f699ff2f1691c4f10422c640a9d392cf2d7a7 (diff) | |
| download | brew-fa1fd70a37c4ab843cb3d61c4301e44828c7b5ec.tar.bz2 | |
Add all the top level comments
Diffstat (limited to 'Library/Homebrew/cmd/tap-pin.rb')
| -rw-r--r-- | Library/Homebrew/cmd/tap-pin.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Library/Homebrew/cmd/tap-pin.rb b/Library/Homebrew/cmd/tap-pin.rb index 32249cac2..74e9fae3f 100644 --- a/Library/Homebrew/cmd/tap-pin.rb +++ b/Library/Homebrew/cmd/tap-pin.rb @@ -1,3 +1,7 @@ +#:  * `tap-pin` <tap>: +#:    Pin <tap>, prioritizing its formulae over core when formula names are supplied +#:    by the user. See also `tap-unpin`. +  require "tap"  module Homebrew | 
