aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/pin.rb
diff options
context:
space:
mode:
authorMike McQuaid2018-02-05 16:29:01 +0100
committerGitHub2018-02-05 16:29:01 +0100
commitaf8f8f11e32fe78677fc1d4cd62c07a29dc6d326 (patch)
tree79b037e1d66772c089abc31ea4caaaf4876390b6 /Library/Homebrew/cmd/pin.rb
parent62f85cfabbcff722afb406e48e56d5b10e6fc654 (diff)
parent3a2e6b82fd008974c47b87a98c6c7bbf1dcdcea7 (diff)
downloadbrew-1.5.3.tar.bz2
Merge pull request #3748 from MikeMcQuaid/pin-more-robust1.5.3
Make pinning more robust
Diffstat (limited to 'Library/Homebrew/cmd/pin.rb')
-rw-r--r--Library/Homebrew/cmd/pin.rb3
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"