Add -no_alt_chains option to apps to implement the new
[openssl.git] / apps / verify.c
index 8f963f86c2e117e2c65957d6f9db143bc0e52aea..e771be22d2d9d64ef65d32e6b1f2f64a5e03dab4 100644 (file)
@@ -236,7 +236,7 @@ int MAIN(int argc, char **argv)
  end:
     if (ret == 1) {
         BIO_printf(bio_err,
-                   "usage: verify [-verbose] [-CApath path] [-CAfile file] [-trusted_first] [-purpose purpose] [-crl_check]");
+                   "usage: verify [-verbose] [-CApath path] [-CAfile file] [-trusted_first] [-purpose purpose] [-crl_check] [-no_alt_chains]");
 #ifndef OPENSSL_NO_ENGINE
         BIO_printf(bio_err, " [-engine e]");
 #endif