diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -34,7 +34,7 @@
         <> command "check" (info lint (progDesc "Check a file"))
         <> command "sample" (info sample (progDesc "Sample a template by generating text many times."))
         <> command "install" (info (pure Install) (progDesc "Install/update prebundled libraries."))
-        <> command "get" (info fetch (progDesc "Sample a template by generating text many times."))
+        <> command "get" (info fetch (progDesc "Install/update a third-party library"))
         <> command "vim" (info (pure VimInstall) (progDesc "Install vim plugin."))
         )
 
diff --git a/madlang.cabal b/madlang.cabal
--- a/madlang.cabal
+++ b/madlang.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 name: madlang
-version: 4.0.2.5
+version: 4.0.2.6
 license: BSD3
 license-file: LICENSE
 copyright: Copyright: (c) 2016-2018 Vanessa McHale
