From ef5d95f67c08e265e829ec2f35565fa6ccf010ee Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 15 Nov 2012 14:24:02 -0600 Subject: sqlite: fix typo --- Library/Formula/sqlite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 1c01ce83c..70f2118a0 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -22,7 +22,7 @@ class Sqlite < Formula option :universal option 'with-docs', 'Install HTML documentation' - option 'without-rtree' 'Disable the R*Tree index module' + option 'without-rtree', 'Disable the R*Tree index module' option 'with-fts', 'Enable the FTS module' option 'with-functions', 'Enable more math and string functions for SQL queries' -- cgit v1.2.3