From: Martin Kaiser Date: Fri, 23 May 2014 23:04:25 +0000 (+0100) Subject: Modify the description of -noout to match the manpage. PR#3364 X-Git-Tag: master-post-reformat~783 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c5f0b9bd8650a92eac1ef2fa28c726bbbc272904;p=oweals%2Fopenssl.git Modify the description of -noout to match the manpage. PR#3364 --- diff --git a/apps/sess_id.c b/apps/sess_id.c index d4bf1afe2d..a31d22754c 100644 --- a/apps/sess_id.c +++ b/apps/sess_id.c @@ -78,7 +78,7 @@ static const char *sess_id_usage[]={ " -out arg - output file - default stdout\n", " -text - print ssl session id details\n", " -cert - output certificate \n", -" -noout - no CRL output\n", +" -noout - no output of encoded session info\n", " -context arg - set the session ID context\n", NULL };