diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -30,7 +30,7 @@
                        , delimiter    :: Maybe Char
                                      <?> "([,] | CHAR) The delimiter of the CSV file. Format is name,replicate,value."
                        , sortType         :: Maybe Sort
-                                     <?> "([Ascending] | Descending) How to sort for output."
+                                     <?> "([Ascending] | Descending) Ascending ranks 1 as the lowest value while Descending ranks the highest value as 1."
                        }
                deriving (Generic)
 
diff --git a/rank-product.cabal b/rank-product.cabal
--- a/rank-product.cabal
+++ b/rank-product.cabal
@@ -1,5 +1,5 @@
 name:                rank-product
-version:             0.2.1.0
+version:             0.2.1.1
 synopsis:            Find the rank product of a data set.
 description:         Find the rank product of a data set and get the p-value from a permutation test.
 homepage:            http://github.com/GregorySchwartz/rank-product#readme
