diff options
| -rw-r--r-- | Library/Formula/sqlite.rb | 2 | 
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'  | 
