diff --git a/JolyTree.sh b/JolyTree.sh
index c99a642aaa1602510c49f9fe74e9aee9d5c11ff0..d0a7224612348667eba8edd073fecddfb936c6fa 100755
--- a/JolyTree.sh
+++ b/JolyTree.sh
@@ -33,7 +33,10 @@
 # = VERSIONS =                                                                                              #
 # ============                                                                                              #
 #                                                                                                           #
-  VERSION=1.1.181205ac                                                                                      #
+  VERSION=1.1b.191021ac                                                                                     #
+# + exit 0 when displaying the doc                                                                          #
+#                                                                                                           #
+# VERSION=1.1.181205ac                                                                                      #
 # + option -q to set desired probability of observing a random k-mer                                        #
 # + ability to be run on clusters managed by SLURM                                                          #
 #                                                                                                           #
@@ -100,6 +103,7 @@
     -t <int>        number of threads (default: 2)
 
 EOF
+    if [ "$1" = "-?" ] || [ "$1" = "-h" ] || [ $# -le 0 ]; then exit 0 ; fi                                 #
     exit 1 ;                                                                                                #
   fi                                                                                                        #
 #                                                                                                           #