Update ocsp-fetch.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16888 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-31 22:07:55 +00:00
parent f3b1b0858c
commit 3495cd039b

View File

@@ -218,13 +218,13 @@ command = {
help = "certificate use to sign the request" help = "certificate use to sign the request"
} }
option = { option = {
long = "verbose" long = "pool"
short = "c" type = "strings"
type = "flag" argument = "certificate-store"
help = "verbose" help = "pool to find parent certificate in"
} }
min_args="2" min_args="2"
argument="filename certs ..." argument="outfile certs ..."
help = "Fetch OCSP responses for the following certs" help = "Fetch OCSP responses for the following certs"
} }
command = { command = {