diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2014-11-21 23:33:01 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-11-24 09:45:53 +0100 |
commit | a3cf781e3bc144aff60e007b9ba59bff7b1b2c9e (patch) | |
tree | 9afe0e0377c05021a54b9368d6bf839494362a96 /g10/encrypt.c | |
parent | speedo: Distribute installer graphics. (diff) | |
download | gnupg2-a3cf781e3bc144aff60e007b9ba59bff7b1b2c9e.tar.xz gnupg2-a3cf781e3bc144aff60e007b9ba59bff7b1b2c9e.zip |
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.
Diffstat (limited to 'g10/encrypt.c')
-rw-r--r-- | g10/encrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/encrypt.c b/g10/encrypt.c index d1ce933c2..518b54422 100644 --- a/g10/encrypt.c +++ b/g10/encrypt.c @@ -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(); } |