describe dry-run

This commit is contained in:
shimun 2020-10-18 15:46:56 +02:00
parent 2ed7f8141f
commit 516b590739
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

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,
},