From a3cf781e3bc144aff60e007b9ba59bff7b1b2c9e Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 21 Nov 2014 17:33:01 -0500 Subject: [PATCH] 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. --- g10/encrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }