Commit c5f0b9bd authored by Martin Kaiser's avatar Martin Kaiser Committed by Matt Caswell
Browse files

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

parent 189ae368
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
};