From 516b590739c2b5c499c970c34e6bb68bb385cdfe Mon Sep 17 00:00:00 2001 From: shimun Date: Sun, 18 Oct 2020 15:46:56 +0200 Subject: [PATCH] describe dry-run --- src/cli_args/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },