summaryrefslogtreecommitdiffstats
path: root/doc/man1
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:39 +0200
commit6635ea531e9f7709e5880dd77fd4c3403a5c3db7 (patch)
treee03b4fe1f4c4b29e0f31b52e0bcf4911d68b178d /doc/man1
parentaf2e1e9c81110ca1a156430686e2f171e80ebfa0 (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)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-enc.pod.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in
index cc0378c471..acd1486449 100644
--- a/doc/man1/openssl-enc.pod.in
+++ b/doc/man1/openssl-enc.pod.in
@@ -187,8 +187,8 @@ Debug the BIOs used for I/O.
=item B<-z>
-Compress or decompress clear text using zlib before encryption or after
-decryption. This option exists only if OpenSSL with compiled with zlib
+Compress or decompress encrypted data using zlib after encryption or before
+decryption. This option exists only if OpenSSL was compiled with the zlib
or zlib-dynamic option.
=item B<-none>