diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -19,13 +19,16 @@
   HifiArgs
       { filename   = def
         &= help "What the script and data files should be called."
-        &= typ "FILENAME"
+        &= typ "FILE"
       , interface  = def
         &= help "Which interface should be used in the connect script."
-        &= typ "INTERFACE"
-      , ssid = def &= help "Which SSID the network you want to connect to has."
-      , passphrase = def &= help
-        "What the passphrase for the network you want to connect to is."
+        &= typ "STRING"
+      , ssid       = def
+        &= help "Which SSID the network you want to connect to has."
+        &= typ "STRING"
+      , passphrase = def
+        &= help "What the passphrase for the network you want to connect to is."
+        &= typ "STRING"
       }
     &= summary "Hifi"
 
diff --git a/hifi.cabal b/hifi.cabal
--- a/hifi.cabal
+++ b/hifi.cabal
@@ -1,5 +1,5 @@
 name:                hifi
-version:             0.1.4.0
+version:             0.1.4.1
 synopsis:            WiFi connection script generator
 description:         A CLI tool generating scripts for connecting to WiFi, circumventing big WiFi management tools.
 homepage:            https://gitlab.com/gonz/hifi
