From c9c161e20a4cacc466a46495cb0aabd5d77a08dd Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Mon, 26 Sep 2022 16:06:35 +0200
Subject: [PATCH] src/main.rs: fix clap name

---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 9a32faa..f31a686 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -15,7 +15,7 @@ mod mount;
 mod prune;
 
 #[derive(Debug, Parser)]
-#[clap(name = "gbl")]
+#[clap(name = "gblk")]
 /// A tool used to link borg and git together
 ///
 /// This tool was created to link borg and git together and ease the management of developpment artifact versionning using git
-- 
GitLab