describe dry-run

This commit is contained in:
2020-10-18 15:46:56 +02:00
parent 2ed7f8141f
commit 516b590739

View File

@@ -241,7 +241,7 @@ pub enum Command {
secret: SecretParameters,
#[structopt(short = "r", long = "max-retries", default_value = "0")]
retries: i32,
/// Don't actually mount the LUKS image
/// Perform the whole procedure without mounting the LUKS volume on success
#[structopt(long = "dry-run")]
dry_run: bool,
},