diff --git a/modify-fasta.cabal b/modify-fasta.cabal
--- a/modify-fasta.cabal
+++ b/modify-fasta.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                modify-fasta
-version:             0.8.0.0
+version:             0.8.0.1
 synopsis:            Modify fasta (and CLIP) files in several optional ways
 -- description:         
 homepage:            https://github.com/GregorySchwartz/modify-fasta
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -228,14 +228,16 @@
          <> value "="
          <> help "Only include codons with this many mutations (=)\
                  \ (or lesser (<) or greater (>), depending on\
-                 \ input-codon-mut). Converts the unincluded codon to gaps." )
+                 \ input-codon-mut). Converts the unincluded codon to gaps.\
+                 \ For use with input-codon-mut." )
       <*> strOption
           ( long "input-mut-type"
          <> short 'M'
          <> metavar "[All]|Silent|Replacement"
          <> value "All"
-         <> help "Only include codons with this all mutations (All),\
-                 \ (or silent (Silent) or replacement (Replacement))." )
+         <> help "Only include codons with all mutations (All),\
+                 \ (or silent (Silent) or replacement (Replacement)).\
+                 \ For use with input-codon-mut." )
       <*> strOption
           ( long "input-change-field"
          <> short 'e'
