summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-05-10 23:39:25 +0200
committerMatt Caswell <matt@openssl.org>2016-05-18 10:44:08 +0100
commit15b083e44e122b8448002a8579e860f0be622e19 (patch)
tree0d255519e59d0b7071546ed63bfdedfbc6ded1b6 /apps/ts.c
parentfba13663980f35b013b63372b1d24429e4d1e024 (diff)
Fix ts app help message
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/ts.c')
-rw-r--r--apps/ts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ts.c b/apps/ts.c
index e2b06353dd..ec83aacda4 100644
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -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",