Modify the description of -noout to match the manpage. PR#3364

This commit is contained in:
Martin Kaiser 2014-05-24 00:04:25 +01:00 committed by Matt Caswell
parent 189ae368d9
commit c5f0b9bd86
1 changed files with 1 additions and 1 deletions

View File

@ -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
};