From: Dr. Stephen Henson Date: Mon, 23 Mar 2009 21:04:23 +0000 (+0000) Subject: Typo in usage message. X-Git-Tag: OpenSSL_1_0_0-beta1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38b6e6c07b5fd3c926c8ec3f8326e96476b8c969;p=openssl Typo in usage message. --- diff --git a/apps/x509.c b/apps/x509.c index f1b1c6f7b6..6e49377f0d 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -114,7 +114,7 @@ static const char *x509_usage[]={ " -alias - output certificate alias\n", " -noout - no certificate output\n", " -ocspid - print OCSP hash values for the subject name and public key\n", -" -ocspurl - print OCSP Responder URL(s)\n", +" -ocsp_uri - print OCSP Responder URL(s)\n", " -trustout - output a \"trusted\" certificate\n", " -clrtrust - clear all trusted purposes\n", " -clrreject - clear all rejected purposes\n",