diff --git a/src/main.rs b/src/main.rs
index 699bba08206479e2c544b3439197eb8f7de0a5c7..105a84b2e99cf8a525ffa9dc1a89a02f3ffa0f4b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,10 +39,9 @@ enum Commands {
         long_about = "Create github hooks to use gbl automaticaly after commit, \
     before and after checkout \n \n\
     This command should be used after git init and glb init. \n \n\
-    This will create 3 hooks file: \n\
+    This will create 2 hooks file: \n\
     1. post-commit: `glb commit` will be launched after git commit \n\
-    2. pre-checkout: `glb pre-co` will be launched before git checkout \n\
-    3. post-checkout: `gbl checkout` will be launched after git checkout
+    2. post-checkout: `gbl checkout` will be launched after git checkout
      "
     )]
     CreateHooks(CreateHooks),