diff options
| author | Jack Nagel | 2012-11-15 14:24:02 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-11-15 14:24:21 -0600 |
| commit | ef5d95f67c08e265e829ec2f35565fa6ccf010ee (patch) | |
| tree | 1ec9c352b394901dfb957b0acf0f5ab7d098d7ca | |
| parent | 5083369eec49ee1078b5b4fb7d1c91f4a19255fa (diff) | |
| download | homebrew-ef5d95f67c08e265e829ec2f35565fa6ccf010ee.tar.bz2 | |
sqlite: fix typo
| -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' |
