diff options
Diffstat (limited to 'g10/encode.c')
-rw-r--r-- | g10/encode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/encode.c b/g10/encode.c index abc25c9ca..87289cf77 100644 --- a/g10/encode.c +++ b/g10/encode.c @@ -630,7 +630,7 @@ write_pubkey_enc_from_list( PK_LIST pk_list, DEK *dek, IOBUF out ) if(opt.throw_keyid && (opt.pgp2 || opt.pgp6 || opt.pgp7)) { log_info(_("you may not use %s while in %s mode\n"), - "throw-keyid", + "--throw-keyid", opt.pgp2?"--pgp2":opt.pgp6?"--pgp6":"--pgp7"); log_info(_("this message may not be usable by %s\n"), |