From 67f3caaba8641e8fcf6ae03b526194a1c300544f Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Thu, 12 May 2022 16:59:59 +0200
Subject: [PATCH] src/main.rs: update Checkout subcommand doc

---
 src/main.rs | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main.rs b/src/main.rs
index 699bba0..105a84b 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),
-- 
GitLab