]> 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:46:27 +0000 (19:46 +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)

(cherry picked from commit 0813ffee2fe6d1a4fe4ec04b7b18fe91cc74a34c)

apps/cms.c
apps/smime.c

index 3994cb0fcd58cf5eb052ead31f301abbc9a380d8..05239cc22b04f0c206684cc9a7add74338488599 100644 (file)
@@ -132,7 +132,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 52b4a01c232f9f1d1b44eb5279ec6b929b996602..cac6eab1088ad4d8077b410f0e721548418ef722 100644 (file)
@@ -118,7 +118,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,