diff --git a/apps/pkeyutl.c b/apps/pkeyutl.c index c20941ab4def27..823888d58d4a56 100644 --- a/apps/pkeyutl.c +++ b/apps/pkeyutl.c @@ -66,8 +66,8 @@ const OPTIONS pkeyutl_options[] = { {"encrypt", OPT_ENCRYPT, '-', "Encrypt input data with public key"}, {"decrypt", OPT_DECRYPT, '-', "Decrypt input data with private key"}, {"derive", OPT_DERIVE, '-', "Derive shared secret"}, - {"derive", OPT_DECAP, '-', "Decapsulate shared secret"}, - {"derive", OPT_ENCAP, '-', "Encapsulate shared secret"}, + {"decap", OPT_DECAP, '-', "Decapsulate shared secret"}, + {"encap", OPT_ENCAP, '-', "Encapsulate shared secret"}, OPT_CONFIG_OPTION, OPT_SECTION("Input"),