diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -21,6 +21,7 @@
 import qualified Pipes.Text as PT
 import qualified Pipes.Text.IO as PT
 import qualified Data.List.Split as Split
+import Data.Semigroup ((<>))
 
 -- Local
 import Types
@@ -275,7 +276,7 @@
       <*> strOption
           ( long "input-change-field"
          <> short 'e'
-         <> metavar "((FIELD (Int), VALUE (String))"
+         <> metavar "(FIELD (Int), VALUE (String))"
          <> value ""
          <> help "Change a field to a match, so a regex \"ch.*_\" to field 2\
                  \ of \">abc|brie_cheese_dude\" would result in\
@@ -288,7 +289,7 @@
       <*> strOption
           ( long "input-custom-filter"
          <> short 'f'
-         <> metavar "((FIELD (Int), VALUE (String))"
+         <> metavar "(FIELD (Int), VALUE (String))"
          <> value ""
          <> help "A custom filter. Can take a list of format\
                  \ \"(Int, String)&&(Int, String)&& ...\" and so on. The String\
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.2.1
+version:             0.8.2.2
 synopsis:            Modify fasta (and CLIP) files in several optional ways
 -- description:         
 homepage:            https://github.com/GregorySchwartz/modify-fasta
