Fix ts app help message

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
FdaSilvaYY 2016-05-10 23:39:25 +02:00 committed by Matt Caswell
parent fba1366398
commit 15b083e44e

View File

@ -138,9 +138,9 @@ static char* opt_helplist[] = {
" [-chain certs_file.pem] [-tspolicy oid]",
" [-in file] [-token_in] [-out file] [-token_out]",
# ifndef OPENSSL_NO_ENGINE
" [-text]",
# else
" [-text] [-engine id]",
# else
" [-text]",
# endif
" or",
"ts -verify -CApath dir -CAfile file.pem -untrusted file.pem",