mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue