summaryrefslogtreecommitdiffstats
path: root/apps/verify.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-07-15 18:10:35 +0000
committerBodo Möller <bodo@openssl.org>2000-07-15 18:10:35 +0000
commit25063f1d9b6aed30d732fc0de6f1083f79c35d6a (patch)
tree6f7e93539f8ecffdd182e753a2f7e66c16823dda /apps/verify.c
parentfd13f0ee52122e7a1f6deec1c4fd73fa1a0cb36b (diff)
Document -purpose option in usage string.
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 267ee4ecd7..8d211e0152 100644
--- a/apps/verify.c
+++ b/apps/verify.c
@@ -186,7 +186,7 @@ int MAIN(int argc, char **argv)
ret=0;
end:
if (ret == 1) {
- BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] cert1 cert2 ...\n");
+ BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] cert1 cert2 ...\n");
BIO_printf(bio_err,"recognized usages:\n");
for(i = 0; i < X509_PURPOSE_get_count(); i++) {
X509_PURPOSE *ptmp;