aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/unpin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/unpin.rb')
-rw-r--r--Library/Homebrew/cmd/unpin.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/unpin.rb b/Library/Homebrew/cmd/unpin.rb
index 3b66da03a..4eb476bdf 100644
--- a/Library/Homebrew/cmd/unpin.rb
+++ b/Library/Homebrew/cmd/unpin.rb
@@ -1,3 +1,7 @@
+#: * `unpin` <formulae>:
+#: Unpin <formulae>, allowing them to be upgraded by `brew upgrade`. See also
+#: `pin`.
+
require "formula"
module Homebrew