Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git_borg_linker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
git_borg_linker
Commits
be2a92ba
Commit
be2a92ba
authored
1 year ago
by
nfontrod
Browse files
Options
Downloads
Patches
Plain Diff
src/main.rs: update help message
parent
02da7fe6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main.rs
+2
-9
2 additions, 9 deletions
src/main.rs
with
2 additions
and
9 deletions
src/main.rs
+
2
−
9
View file @
be2a92ba
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment