diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -56,7 +56,7 @@
         opts        = info (helper <*> versionInfo <*> program)
             (fullDesc
             <> progDesc "Tweet and view tweets"
-            <> header "clit - a Command Line Interface Tweeter")
+            <> header "tweet - a Command Line Interface Tweeter")
 
 -- | Executes program given parsed `Program`
 select :: Program -> IO ()
diff --git a/tweet-hs.cabal b/tweet-hs.cabal
--- a/tweet-hs.cabal
+++ b/tweet-hs.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 name: tweet-hs
-version: 1.0.1.42
+version: 1.0.1.43
 license: BSD3
 license-file: LICENSE
 copyright: 2016-2018 Vanessa McHale
