aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/markdown.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/markdown.rb b/Library/Formula/markdown.rb
index 3f9c1aee5..69eb4fa54 100644
--- a/Library/Formula/markdown.rb
+++ b/Library/Formula/markdown.rb
@@ -7,6 +7,7 @@ class Markdown < Formula
conflicts_with 'discount',
:because => 'both markdown and discount ship a `markdown` executable.'
+ conflicts_with 'markdown', :because => 'both install `markdown` binaries'
def install
bin.install 'Markdown.pl' => 'markdown'