From: Richard Levitte Date: Mon, 31 Mar 2003 13:06:27 +0000 (+0000) Subject: Add usage string for -fingerprint. X-Git-Tag: OpenSSL_0_9_7b~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6b220d933a304497abedf17035ddb2951630d93;p=openssl Add usage string for -fingerprint. PR: 560 --- diff --git a/apps/crl.c b/apps/crl.c index c6089ace52..81d66587c1 100644 --- a/apps/crl.c +++ b/apps/crl.c @@ -81,6 +81,7 @@ static char *crl_usage[]={ " -in arg - input file - default stdin\n", " -out arg - output file - default stdout\n", " -hash - print hash value\n", +" -fingerprint - print the crl fingerprint\n", " -issuer - print issuer DN\n", " -lastupdate - lastUpdate field\n", " -nextupdate - nextUpdate field\n",