From: Bodo Möller Date: Sat, 15 Jul 2000 18:10:35 +0000 (+0000) Subject: Document -purpose option in usage string. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~17^2~30 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=25063f1d9b6aed30d732fc0de6f1083f79c35d6a Document -purpose option in usage string. --- 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;