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

src/main.rs: change in CLI help

parent fcbedc67
Branches
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ struct Init { ...@@ -57,6 +57,7 @@ struct Init {
#[clap(short, long, default_value = "lz4")] #[clap(short, long, default_value = "lz4")]
compression: String, compression: String,
/// The checkout mode used by gblk automatically after a git checkout: soft or hard. /// The checkout mode used by gblk automatically after a git checkout: soft or hard.
/// This option is only used if hooks are created.
/// The hard mode will delete every file in your results folder and extract /// The hard mode will delete every file in your results folder and extract
/// those corresponding to the commit targeted by the checkout. /// those corresponding to the commit targeted by the checkout.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment