diff --git a/src/main.rs b/src/main.rs index 04b0658e9180731881ed882a4fba9d620ea33f05..e2720e7607861eaa5343b9b992ffdb4d50e0a7cd 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,