X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fenc.c;fp=apps%2Fenc.c;h=c5766f05e85eadc9bd2efd89111c0e4a3dea5ff6;hp=9982337c01725337826582f95380ca7a0590acee;hb=6635ea531e9f7709e5880dd77fd4c3403a5c3db7;hpb=af2e1e9c81110ca1a156430686e2f171e80ebfa0 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"},