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

src/main.rs: fix clap name

parent 58d11703
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ mod mount; ...@@ -15,7 +15,7 @@ mod mount;
mod prune; mod prune;
#[derive(Debug, Parser)] #[derive(Debug, Parser)]
#[clap(name = "gbl")] #[clap(name = "gblk")]
/// A tool used to link borg and git together /// 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 /// This tool was created to link borg and git together and ease the management of developpment artifact versionning using git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment