mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Fix ts app help message
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
fba1366398
commit
15b083e44e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user