summaryrefslogtreecommitdiffstats
path: root/apps/crl.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-07-31 19:02:50 +0200
committerRich Salz <rsalz@openssl.org>2016-09-19 21:21:38 -0400
commit12d56b2992ebd61e1b30c99ca1898dde42345cf7 (patch)
tree7b0d3665fd88d3abf0fe0b40214fb8c1658b33e1 /apps/crl.c
parent9205ebeb8e448b2d6948b9e5d78ecf309c0ed33c (diff)
Fix various missing option help messages ...
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1585)
Diffstat (limited to 'apps/crl.c')
-rw-r--r--apps/crl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/crl.c b/apps/crl.c
index 5e0fbe5899..06b6e5b92c 100644
--- a/apps/crl.c
+++ b/apps/crl.c
@@ -41,7 +41,7 @@ OPTIONS crl_options[] = {
{"fingerprint", OPT_FINGERPRINT, '-', "Print the crl fingerprint"},
{"crlnumber", OPT_CRLNUMBER, '-', "Print CRL number"},
{"badsig", OPT_BADSIG, '-', "Corrupt last byte of loaded CRL signature (for test)" },
- {"gendelta", OPT_GENDELTA, '<'},
+ {"gendelta", OPT_GENDELTA, '<', "Other CRL to compare/diff to the Input one"},
{"CApath", OPT_CAPATH, '/', "Verify CRL using certificates in dir"},
{"CAfile", OPT_CAFILE, '<', "Verify CRL using certificates in file name"},
{"no-CAfile", OPT_NOCAFILE, '-',