From c5f0b9bd8650a92eac1ef2fa28c726bbbc272904 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Sat, 24 May 2014 00:04:25 +0100 Subject: [PATCH] Modify the description of -noout to match the manpage. PR#3364 --- apps/sess_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.34.1