diff options
Diffstat (limited to 'Library/Homebrew/cmd/pin.rb')
| -rw-r--r-- | Library/Homebrew/cmd/pin.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Library/Homebrew/cmd/pin.rb b/Library/Homebrew/cmd/pin.rb index 5a14f853c..9935d1636 100644 --- a/Library/Homebrew/cmd/pin.rb +++ b/Library/Homebrew/cmd/pin.rb @@ -1,7 +1,6 @@  #:  * `pin` <formulae>:  #:    Pin the specified <formulae>, preventing them from being upgraded when -#:    issuing the `brew upgrade <formulae>` command (but can still be upgraded -#:    as dependencies for other formulae). See also `unpin`. +#:    issuing the `brew upgrade <formulae>` command. See also `unpin`.  require "formula" | 
