From 25063f1d9b6aed30d732fc0de6f1083f79c35d6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 15 Jul 2000 18:10:35 +0000 Subject: [PATCH] Document -purpose option in usage string. --- apps/verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1