summaryrefslogtreecommitdiffstats
path: root/apps/verify.c
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2014-06-18 19:55:03 +0200
committerMatt Caswell <matt@openssl.org>2014-06-19 23:09:21 +0100
commit6d3d5793673b225b2347ef45b74d0d9994f3132c (patch)
treef3d093e41ba970c6d7dcc634f463ed02277f8767 /apps/verify.c
parent2d7153e8f9bb27d0a0f8199116ec454b396b87a8 (diff)
Document -trusted_first option in man pages and help.
Add -trusted_first description to help messages and man pages of tools that deal with certificate verification.
Diffstat (limited to 'apps/verify.c')
-rw-r--r--apps/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/verify.c b/apps/verify.c
index b754fe3e08..b9480bd812 100644
--- a/apps/verify.c
+++ b/apps/verify.c
@@ -245,7 +245,7 @@ int MAIN(int argc, char **argv)
end:
if (ret == 1) {
- BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
+ BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-trusted_first] [-purpose purpose] [-crl_check]");
#ifndef OPENSSL_NO_ENGINE
BIO_printf(bio_err," [-engine e]");
#endif