diff options
author | David Shaw <[email protected]> | 2002-08-06 17:57:53 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-08-06 17:57:53 +0000 |
commit | 63a71c1ff9f016c925740e96733c15bcd006b475 (patch) | |
tree | 1aff4d9f8cd162774fbb93b518410d81f10c4c76 /g10/encode.c | |
parent | * encode.c (encode_crypt), g10.c (main), sign.c (sign_file, (diff) | |
download | gnupg-63a71c1ff9f016c925740e96733c15bcd006b475.tar.gz gnupg-63a71c1ff9f016c925740e96733c15bcd006b475.zip |
* options.h, g10.c (main), mainproc.c (proc_encrypted): --ignore-mdc-error
option to turn a MDC check error into a warning.
Diffstat (limited to 'g10/encode.c')
-rw-r--r-- | g10/encode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/encode.c b/g10/encode.c index abc25c9ca..87289cf77 100644 --- a/g10/encode.c +++ b/g10/encode.c @@ -630,7 +630,7 @@ write_pubkey_enc_from_list( PK_LIST pk_list, DEK *dek, IOBUF out ) if(opt.throw_keyid && (opt.pgp2 || opt.pgp6 || opt.pgp7)) { log_info(_("you may not use %s while in %s mode\n"), - "throw-keyid", + "--throw-keyid", opt.pgp2?"--pgp2":opt.pgp6?"--pgp6":"--pgp7"); log_info(_("this message may not be usable by %s\n"), |