diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,3 +27,7 @@
 
 * Third version revised B. Separated the "1" option into two different ones: "1" and "-1", each of which prints either a list of Strings or the rest of the text being
 treated partially till the first duplicated Ukrainian sound representation (except the silent ones). Improved formatting for the documentation.
+
+## 0.3.1.1 -- 2020-02-25
+
+* Third version revised C. Fixed issue with being not complete the "-h" first command line argument information.
diff --git a/MMSyn7s.hs b/MMSyn7s.hs
--- a/MMSyn7s.hs
+++ b/MMSyn7s.hs
@@ -61,6 +61,7 @@
                  ; putStrLn "mmsyn7s -h      OR: "
                  ; putStrLn "mmsyn7s -v      OR: "
                  ; putStrLn "mmsyn7s 1 {Ukrainian text}     OR: "
+                 ; putStrLn "mmsyn7s -1 {Ukrainian text}     OR: "
                  ; putStrLn "mmsyn7s 0 {Ukrainian text}     OR: "
                  ; putStrLn "mmsyn7s {Ukrainian text}"
                  ; putStrLn "where the first one prints this help message; "
@@ -71,7 +72,7 @@
                  ; putStrLn "      the \"0\" option prints the list of String for the whole text"
                  ; putStrLn "      the other beginning is equivalent to the previous one behaviour."
                   }
-      "-v" -> putStrLn "mmsyn7s: version 0.3.1.0"
+      "-v" -> putStrLn "mmsyn7s: version 0.3.1.1"
       "1"  -> putStrLn . show . fst . show7s5 . unwords . drop 1 $ texts
       "-1" -> putStrLn . snd . show7s5 . unwords . drop 1 $ texts
       "0"  -> putStrLn . show7s2 . unwords . drop 1 $ texts
diff --git a/mmsyn7s.cabal b/mmsyn7s.cabal
--- a/mmsyn7s.cabal
+++ b/mmsyn7s.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn7s
-version:             0.3.1.0
+version:             0.3.1.1
 synopsis:            Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs
 description:         A program and a library that show a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs
 homepage:            https://hackage.haskell.org/package/mmsyn7s
