aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-02-25 14:15:19 +0000
committerGitHub2017-02-25 14:15:19 +0000
commit7ffb036b52bbea84026aac274936850eba237d3c (patch)
treed8914200113c355516c2fabf353eef6f3013c373 /Library
parentd0a965e2aba096f02ea8cf886ac3abfd4c018f33 (diff)
parent10970a5c54c0723126bef3582f9e9a63d25e1b54 (diff)
downloadbrew-7ffb036b52bbea84026aac274936850eba237d3c.tar.bz2
Merge pull request #2063 from MikeMcQuaid/caveats-clarify
formula: clarify caveats usage.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 35bf52584..443619206 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -1026,7 +1026,9 @@ class Formula
@prefix_returns_versioned_prefix = false
end
- # Tell the user about any caveats regarding this package.
+ # Tell the user about any Homebrew-specific caveats or locations regarding
+ # this package. These should not contain setup instructions that would apply
+ # to installation through a different package manager on a different OS.
# @return [String]
# <pre>def caveats
# <<-EOS.undent