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:
parent
e5697fefbe
commit
a3cf781e3b
@ -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))
|
||||
{
|
||||
log_info(_("you may not use %s while in %s mode\n"),
|
||||
"--throw-keyid",compliance_option_string());
|
||||
"--throw-keyids",compliance_option_string());
|
||||
compliance_failure();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user