Adapt to new request handling.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21343 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-26 14:21:55 +00:00
parent a2c72dc392
commit c2164a1781

View File

@@ -409,7 +409,7 @@ command = {
help = "Create a CRMF or PKCS10 request" help = "Create a CRMF or PKCS10 request"
} }
command = { command = {
name = "pkcs10-print" name = "request-print"
option = { option = {
long = "verbose" long = "verbose"
type = "flag" type = "flag"
@@ -417,7 +417,7 @@ command = {
} }
min_args="1" min_args="1"
argument="requests ..." argument="requests ..."
help = "Print PKCS10 requests" help = "Print requests"
} }
command = { command = {
name = "query" name = "query"
@@ -603,7 +603,7 @@ command = {
option = { option = {
long = "req" long = "req"
type = "string" type = "string"
help = "pkcs10 request" help = "certificate request"
} }
option = { option = {
long = "certificate-private-key" long = "certificate-private-key"