Add missing ')' to command help
authorPauli <pauli@openssl.org>
Wed, 24 Aug 2022 01:40:13 +0000 (11:40 +1000)
committerPauli <pauli@openssl.org>
Thu, 25 Aug 2022 23:03:50 +0000 (09:03 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19049)

(cherry picked from commit 3c1f8fb13e064ad7f42e9b65c601c68e1aa79f7d)

apps/rsa.c

index 4cc45c55332ae6b44466b51952b167d0c24a5938..0da342c38f2cec1a87826b9f36806cb6a6b092aa 100644 (file)
@@ -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"},