diff --git a/src/cli_args/mod.rs b/src/cli_args/mod.rs index 5c1c024..d79088f 100644 --- a/src/cli_args/mod.rs +++ b/src/cli_args/mod.rs @@ -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, },