aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-11-13 12:08:07 -0600
committerJack Nagel2014-11-13 12:08:07 -0600
commita772c809618adf5a7c1f31ce769a9581791cff85 (patch)
tree606993985f4568efa542086cf3621d4b4953c180
parentabf7254282b8db4cbb64ff5e0946bff387807a92 (diff)
downloadhomebrew-a772c809618adf5a7c1f31ce769a9581791cff85.tar.bz2
ocaml: fix option name
-rw-r--r--Library/Formula/objective-caml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb
index 0778e9fa2..e6fee09aa 100644
--- a/Library/Formula/objective-caml.rb
+++ b/Library/Formula/objective-caml.rb
@@ -8,7 +8,7 @@ class ObjectiveCaml < Formula
head "http://caml.inria.fr/svn/ocaml/trunk", :using => :svn
revision 1
- option "without-x11", "Install without the Graphics module"
+ option "with-x11", "Install with the Graphics module"
depends_on :x11 => :optional
bottle do