From 03eeb07152ce9413c017cdef83bd8b5b82bef31d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 31 Mar 2003 13:06:24 +0000 Subject: [PATCH] Add usage string for -fingerprint. PR: 560 --- apps/crl.c | 1 + 1 file changed, 1 insertion(+) 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", -- GitLab