Hi, please find attached a trivial patch to correct the description of -noout in the sess_id application. At the moment, it mentions a CRL, that's probably a copy&paste mistake. I modified it to match the manpage.
Best regards, Martin
>From 8360cbb13ee0d52ec88e859678d8858e55332d58 Mon Sep 17 00:00:00 2001 From: Martin Kaiser <[email protected]> Date: Wed, 21 May 2014 14:12:30 +0200 Subject: [PATCH 1/2] modify the description of -noout to match the manpage --- apps/sess_id.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/sess_id.c b/apps/sess_id.c index b16686c..c5823a5 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 }; -- 1.7.6.5
