summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMohamed Akram <mohd.akram@outlook.com>2021-03-10 18:59:13 +0400
committerTomas Mraz <tomas@openssl.org>2021-03-30 19:17:56 +0200
commit7712b43c24514f82d6f0def5240a799bc011e9fe (patch)
tree590f4d1ebf8a2db738ba2258762511302f849cfb /apps
parentad6a39b22728260454461a4d04ba25fc15d3520f (diff)
doc: fix enc -z option documentation
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14499) (cherry picked from commit 6635ea531e9f7709e5880dd77fd4c3403a5c3db7)
Diffstat (limited to 'apps')
-rw-r--r--apps/enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/enc.c b/apps/enc.c
index ddf51e0dba..79a8ef6265 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -81,7 +81,7 @@ const OPTIONS enc_options[] = {
{"", OPT_CIPHER, '-', "Any supported cipher"},
OPT_R_OPTIONS,
#ifdef ZLIB
- {"z", OPT_Z, '-', "Use zlib as the 'encryption'"},
+ {"z", OPT_Z, '-', "Compress or decompress encrypted data using zlib"},
#endif
#ifndef OPENSSL_NO_ENGINE
{"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},