]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
apps/cms.c, apps/smime.c: Fix -crlfeol help messages
authorAndreas Treichel <gmblar@gmail.com>
Sat, 18 May 2024 06:27:46 +0000 (08:27 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 15 Aug 2024 17:45:20 +0000 (19:45 +0200)
CLA: trivial

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24434)

apps/cms.c
apps/smime.c

index daa1d7c1a6b8f9b5e89b207bc6481a78091efad0..c5ec89fa573b27809a1e6f4c4719ec041950e7d4 100644 (file)
@@ -133,7 +133,7 @@ const OPTIONS cms_options[] = {
     {"binary", OPT_BINARY, '-',
      "Treat input as binary: do not translate to canonical form"},
     {"crlfeol", OPT_CRLFEOL, '-',
-     "Use CRLF as EOL termination instead of CR only" },
+     "Use CRLF as EOL termination instead of LF only" },
     {"asciicrlf", OPT_ASCIICRLF, '-',
      "Perform CRLF canonicalisation when signing"},
 
index 88ce8fd98d9d4cbe7e308f62ac4e807b72bd9726..dc8094202628eb6ccc589c9199dae2b2149caa7d 100644 (file)
@@ -121,7 +121,7 @@ const OPTIONS smime_options[] = {
      "Do not load certificates from the default certificates store"},
     {"nochain", OPT_NOCHAIN, '-',
      "set PKCS7_NOCHAIN so certificates contained in the message are not used as untrusted CAs" },
-    {"crlfeol", OPT_CRLFEOL, '-', "Use CRLF as EOL termination instead of CR only"},
+    {"crlfeol", OPT_CRLFEOL, '-', "Use CRLF as EOL termination instead of LF only"},
 
     OPT_R_OPTIONS,
     OPT_V_OPTIONS,