diff options
author | Richard Levitte <levitte@openssl.org> | 2003-03-31 15:06:24 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-03-31 15:06:24 +0200 |
commit | 03eeb07152ce9413c017cdef83bd8b5b82bef31d (patch) | |
tree | 963c907fb3afe392e9e5bc28d45c4203ce821468 /apps | |
parent | Multi valued AVA support. (diff) | |
download | openssl-03eeb07152ce9413c017cdef83bd8b5b82bef31d.tar.xz openssl-03eeb07152ce9413c017cdef83bd8b5b82bef31d.zip |
Add usage string for -fingerprint.
PR: 560
Diffstat (limited to 'apps')
-rw-r--r-- | apps/crl.c | 1 |
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", |