From: Rich Salz Date: Wed, 29 Jul 2015 20:55:08 +0000 (-0400) Subject: RT3639: Add -no_comp description to online help X-Git-Tag: OpenSSL_1_1_0-pre1~900 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=5bb17d1b3cb1a02d1e48ad0810105f1b501b0532 RT3639: Add -no_comp description to online help Reviewed-by: Tim Hudson --- diff --git a/apps/apps.h b/apps/apps.h index 2823cbcadf..f2dc812492 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -287,7 +287,7 @@ void unbuffer(FILE *fp); {"no_tls1_1", OPT_S_NOTLS1_1, '-' }, \ {"no_tls1_2", OPT_S_NOTLS1_2, '-' }, \ {"bugs", OPT_S_BUGS, '-' }, \ - {"no_comp", OPT_S_NOCOMP, '-' }, \ + {"no_comp", OPT_S_NOCOMP, '-', "Don't use SSL/TLS-level compression" }, \ {"ecdh_single", OPT_S_ECDHSINGLE, '-' }, \ {"no_ticket", OPT_S_NOTICKET, '-' }, \ {"serverpref", OPT_S_SERVERPREF, '-' }, \