diff --git "a/docs/50_\342\214\250\357\270\217_Usage.md" "b/docs/50_\342\214\250\357\270\217_Usage.md"
index fb448dc09224f954ffd3b0272ecf219727cbfcc8..288934ff73c1662b543f1dd4a239e4745c92ef80 100644
--- "a/docs/50_\342\214\250\357\270\217_Usage.md"
+++ "b/docs/50_\342\214\250\357\270\217_Usage.md"
@@ -12,7 +12,7 @@ There is a menu offerning a key and the description for its action. If an action
 The script supports command line parameters to use it in scripts. Use `-h` to get a help:
 
 ```txt
-INITIALIZER FOR DOCKER APP v1.10
+INITIALIZER FOR DOCKER APP v1.12
 
 A helper script written in Bash to bring up a PHP+Mysql application in docker.
 
@@ -35,23 +35,24 @@ MENU KEYS:
   The same keys can be put as parameter to start this action.
   You can add multiples keys to apply multiple actions.
 
-   g  - remove git data of starterkit
 
-   i  - init application: set permissions
-   t  - generate files from templates
-   T  - remove generated files
-
-   u  - startup containers    docker-compose ... up -d
-   U  - startup containers    docker-compose ... up -d --build
-   s  - shutdown containers   docker-compose stop
-   r  - remove containers     docker-compose rm -f
-
-   m  - more infos
-   o  - open app [my_new_app] http://localhost:8001/
-   c  - console (bash)
-   p  - console check with php linter
-
-   q  - quit
+     g  - remove git data of starterkit
+    
+     i  - init application: set permissions
+     t  - generate files from templates
+     T  - remove generated files
+ 
+     u  - startup containers    docker-compose ... up -d
+     U  - startup containers    docker-compose ... up -d --build
+     s  - shutdown containers   docker-compose stop
+     r  - remove containers     docker-compose rm -f
+ 
+     m  - more infos
+     o  - open app [my_new_app] http://localhost:8001/
+     c  - console (bash)
+     p  - console check with php linter
+ 
+     q  - quit
 
 EXAMPLES: