aboutsummaryrefslogtreecommitdiffstats
path: root/apps/crl.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-31 13:06:24 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-31 13:06:24 +0000
commit03eeb07152ce9413c017cdef83bd8b5b82bef31d (patch)
tree963c907fb3afe392e9e5bc28d45c4203ce821468 /apps/crl.c
parent1a15c89988f1be6e3f46b184cc1b27e6cf43e869 (diff)
downloadopenssl-03eeb07152ce9413c017cdef83bd8b5b82bef31d.tar.gz
Add usage string for -fingerprint.
PR: 560
Diffstat (limited to 'apps/crl.c')
-rw-r--r--apps/crl.c1
1 files changed, 1 insertions, 0 deletions
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",