From: Richard Levitte Date: Mon, 31 Mar 2003 13:06:24 +0000 (+0000) Subject: Add usage string for -fingerprint. X-Git-Tag: BEN_FIPS_TEST_1~38^2~182 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=03eeb07152ce9413c017cdef83bd8b5b82bef31d 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",