aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/pin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/pin.rb')
-rw-r--r--Library/Homebrew/cmd/pin.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/pin.rb b/Library/Homebrew/cmd/pin.rb
index 0b6dfa30b..a54ef6e7b 100644
--- a/Library/Homebrew/cmd/pin.rb
+++ b/Library/Homebrew/cmd/pin.rb
@@ -1,3 +1,7 @@
+#: * `pin` <formulae>:
+#: Pin the specified <formulae>, preventing them from being upgraded when
+#: issuing the `brew upgrade` command. See also `unpin`.
+
require "formula"
module Homebrew