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 \