Skip to content
Snippets Groups Projects
Commit be2a92ba authored by nfontrod's avatar nfontrod
Browse files

src/main.rs: update help message

parent 02da7fe6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment