From 6635ea531e9f7709e5880dd77fd4c3403a5c3db7 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Wed, 10 Mar 2021 18:59:13 +0400 Subject: doc: fix enc -z option documentation CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14499) --- apps/enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/enc.c b/apps/enc.c index 9982337c01..c5766f05e8 100644 --- a/apps/enc.c +++ b/apps/enc.c @@ -92,7 +92,7 @@ const OPTIONS enc_options[] = { {"pbkdf2", OPT_PBKDF2, '-', "Use password-based key derivation function 2"}, {"none", OPT_NONE, '-', "Don't encrypt"}, #ifdef ZLIB - {"z", OPT_Z, '-', "Use zlib as the 'encryption'"}, + {"z", OPT_Z, '-', "Compress or decompress encrypted data using zlib"}, #endif {"", OPT_CIPHER, '-', "Any supported cipher"}, -- cgit v1.2.3