From a41b0cddbf01d1b51fa5cf502ece8e9fea22a6b7 Mon Sep 17 00:00:00 2001 From: Loganaden Velvindron Date: Sun, 25 May 2014 20:40:06 +0000 Subject: -noout mentions a CRL, which is incorrect. Use "no output of encoded session info." instead. From Martin Kaiser. OK from tedu@ --- lib/libssl/src/apps/sess_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libssl/src/apps/sess_id.c b/lib/libssl/src/apps/sess_id.c index d04c189a7d9..f9fca541c3d 100644 --- a/lib/libssl/src/apps/sess_id.c +++ b/lib/libssl/src/apps/sess_id.c @@ -77,7 +77,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 }; -- cgit v1.2.3