aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlite.rb
diff options
context:
space:
mode:
authorJack Nagel2012-11-15 14:24:02 -0600
committerJack Nagel2012-11-15 14:24:21 -0600
commitef5d95f67c08e265e829ec2f35565fa6ccf010ee (patch)
tree1ec9c352b394901dfb957b0acf0f5ab7d098d7ca /Library/Formula/sqlite.rb
parent5083369eec49ee1078b5b4fb7d1c91f4a19255fa (diff)
downloadhomebrew-ef5d95f67c08e265e829ec2f35565fa6ccf010ee.tar.bz2
sqlite: fix typo
Diffstat (limited to 'Library/Formula/sqlite.rb')
-rw-r--r--Library/Formula/sqlite.rb2
1 files changed, 1 insertions, 1 deletions
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'