Document -purpose option in usage string.
authorBodo Möller <bodo@openssl.org>
Sat, 15 Jul 2000 18:10:35 +0000 (18:10 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 15 Jul 2000 18:10:35 +0000 (18:10 +0000)
apps/verify.c

index 267ee4ecd7853fc53c1e5ab7683e24d6c72010cd..8d211e01524049c1c2bc4ca5410b1bd7ca0fbdac 100644 (file)
@@ -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;