From: Pauli Date: Wed, 24 Aug 2022 01:40:13 +0000 (+1000) Subject: Add missing ')' to command help X-Git-Tag: openssl-3.2.0-alpha1~2158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c1f8fb13e064ad7f42e9b65c601c68e1aa79f7d;p=thirdparty%2Fopenssl.git Add missing ')' to command help Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/19049) --- diff --git a/apps/rsa.c b/apps/rsa.c index 9df07aba5bc..77bab992db3 100644 --- a/apps/rsa.c +++ b/apps/rsa.c @@ -61,7 +61,7 @@ const OPTIONS rsa_options[] = { OPT_SECTION("Input"), {"in", OPT_IN, 's', "Input file"}, - {"inform", OPT_INFORM, 'f', "Input format (DER/PEM/P12/ENGINE"}, + {"inform", OPT_INFORM, 'f', "Input format (DER/PEM/P12/ENGINE)"}, {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"}, {"RSAPublicKey_in", OPT_RSAPUBKEY_IN, '-', "Input is an RSAPublicKey"}, {"passin", OPT_PASSIN, 's', "Input file pass phrase source"},