diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,3 +3,7 @@
 ## 0.1.0.0 -- 2021-12-27
 
 * First version. Released on an unsuspecting world.
+
+## 0.1.0.1 -- 2021-12-27
+
+* First version revised A. Improved the cabal file so that the description is correct.
diff --git a/cli-arguments.cabal b/cli-arguments.cabal
--- a/cli-arguments.cabal
+++ b/cli-arguments.cabal
@@ -4,9 +4,9 @@
 -- http://haskell.org/cabal/users-guide/
 
 name:                cli-arguments
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A library to process command line arguments in some more convenient way.
-description:         Uses three types of the command line arguments and order of their parsing so that firstly the framed by some string delimiter is parsed, then the groups of arguments and then the rest single-field arguments.
+description:         Uses three types of the command line arguments and order of their parsing. Usually firstly the framed by some string delimiter (the different ones) are parsed, then the groups of arguments and then the rest single-field arguments. All these groups must be not nested one into the others.
 -- bug-reports:
 license:             MIT
 license-file:        LICENSE
