diff --git a/ploterific.cabal b/ploterific.cabal
--- a/ploterific.cabal
+++ b/ploterific.cabal
@@ -1,5 +1,5 @@
 name:                ploterific
-version:             0.2.1.1
+version:             0.2.1.2
 synopsis:            Basic plotting of tabular data for the command line.
 description:         A quick and easy way to plot tabular data from the command line. Meant for quick visualizations, not too customizable.
 homepage:            http://github.com/GregorySchwartz/ploterific#readme
diff --git a/src/Ploterific/Program/Options.hs b/src/Ploterific/Program/Options.hs
--- a/src/Ploterific/Program/Options.hs
+++ b/src/Ploterific/Program/Options.hs
@@ -42,13 +42,13 @@
     short "output"        = Just 'o'
     short "feature"       = Just 'f'
     short "facet"         = Just 't'
-    short "facet-num"     = Just 'n'
+    short "facetNum"      = Just 'n'
     short "color"         = Just 'c'
     short "mark"          = Just 'm'
     short "delimiter"     = Just 'd'
     short "height"        = Just 'h'
     short "width"         = Just 'w'
-    short "default-theme" = Just 'D'
+    short "defaultTheme"  = Just 'D'
     short x               = firstLetter x
 
 instance ParseRecord Options where
