apps/speed.c: add -misalign command-line argument.
[oweals/openssl.git] / apps / verify.c
index b754fe3e0844de86bb95e25eeaf93e1baecaadcf..b9480bd812ef2f046f9955e1a3eb5a19428ebce1 100644 (file)
@@ -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