From 2604bf2e9c42aace574221ac6cf41b945d15363a Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 18 Oct 2024 16:32:31 +0200 Subject: [PATCH] Fix documentation. --- src/cli/decrypt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/decrypt.rs b/src/cli/decrypt.rs index b8b709bc..6702fc1c 100644 --- a/src/cli/decrypt.rs +++ b/src/cli/decrypt.rs @@ -62,7 +62,7 @@ Decrypt a message using either supplied keys, or by prompting for a \ password. If message tampering is detected, an error is returned. \ See below for details. -If certificates are supplied using the `--signer-cert` option, any \ +If certificates are supplied using the `--signer-file` option, any \ signatures that are found are checked using these certificates. \ Verification is only successful if there is no bad signature, and the \ number of successfully verified signatures reaches the threshold \