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