summaryrefslogtreecommitdiff
path: root/apps/ts.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-07-31 19:02:50 +0200
committerRich Salz <rsalz@openssl.org>2016-09-19 21:21:38 -0400
commit12d56b2992ebd61e1b30c99ca1898dde42345cf7 (patch)
tree7b0d3665fd88d3abf0fe0b40214fb8c1658b33e1 /apps/ts.c
parent9205ebeb8e448b2d6948b9e5d78ecf309c0ed33c (diff)
downloadopenssl-new-12d56b2992ebd61e1b30c99ca1898dde42345cf7.tar.gz
Fix various missing option help messages ...
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1585)
Diffstat (limited to 'apps/ts.c')
-rw-r--r--apps/ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ts.c b/apps/ts.c
index 924108f335..eda5297052 100644
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -107,7 +107,7 @@ OPTIONS ts_options[] = {
{"queryfile", OPT_QUERYFILE, '<', "File containing a TS query"},
{"passin", OPT_PASSIN, 's', "Input file pass phrase source"},
{"inkey", OPT_INKEY, '<', "File with private key for reply"},
- {"signer", OPT_SIGNER, 's'},
+ {"signer", OPT_SIGNER, 's', "Signer certificate file"},
{"chain", OPT_CHAIN, '<', "File with signer CA chain"},
{"verify", OPT_VERIFY, '-', "Verify a TS response"},
{"CApath", OPT_CAPATH, '/', "Path to trusted CA files"},