diff options
| -rw-r--r-- | Library/Formula/gnuplot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 2500ac71f..a4d6b4ec1 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -11,7 +11,7 @@ class Gnuplot < Formula option 'wx', 'Build the wxWidgets terminal using pango' option 'with-x', 'Build the X11 terminal' option 'qt', 'Build the Qt4 terminal' - option 'cairo', 'Build the Cario based terminals' + option 'cairo', 'Build the Cairo based terminals' option 'nolua', 'Build without the lua/TikZ terminal' option 'nogd', 'Build without gd support' option 'tests', 'Verify the build with make check (1 min)' |
