From be2a92ba8312e298b9441a79986684a7703022e9 Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Tue, 14 May 2024 16:12:25 +0200
Subject: [PATCH] src/main.rs: update help message

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

diff --git a/src/main.rs b/src/main.rs
index 04b0658..e2720e7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -109,16 +109,9 @@ enum Commands {
     /// This command can be used to add a new remote for push and pull commands
     #[clap(subcommand)]
     Remote(Remote),
-    /// This command can be used to push a repository using a remote
+    /// This command can be used to push a borg archive using a remote
     Push(Push),
-    /// This command can be used to pull a repository using a remote
-    ///
-    /// This commands pull a remote repository inside the folder .borg. Before
-    /// erasing the content of the .borg repostory, it's content is saved
-    /// inside .tmp/<PROJECT_DIR>_bkp where PROJECT_DIR is the folder name at
-    /// the root of your project. If something goes wrong, you can restore your
-    /// .borg folder with the command gblk restore. If everything is ok, remove
-    /// the content of the .tmp folder using gblk clean
+    /// This command can be used to pull a borg archive or all borg archive in the path defined by the remote
     Pull(Pull),
     /// This command cleans the .tmp repository of the project folder
     Clean,
-- 
GitLab