1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00

gpg: Refer to --throw-keyids instead of --throw-keyid

* g10/encrypt.c: adjust error message

--
The full option name is --throw-keyids, so we should refer to it
consistently.
This commit is contained in:
Daniel Kahn Gillmor 2014-11-21 17:33:01 -05:00 committed by Werner Koch
parent e5697fefbe
commit a3cf781e3b

View File

@ -872,7 +872,7 @@ write_pubkey_enc_from_list (PK_LIST pk_list, DEK *dek, iobuf_t out)
if (opt.throw_keyid && (PGP6 || PGP7 || PGP8)) if (opt.throw_keyid && (PGP6 || PGP7 || PGP8))
{ {
log_info(_("you may not use %s while in %s mode\n"), log_info(_("you may not use %s while in %s mode\n"),
"--throw-keyid",compliance_option_string()); "--throw-keyids",compliance_option_string());
compliance_failure(); compliance_failure();
} }