(pkcs10-create): Add arguments to

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16969 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-03 05:12:14 +00:00
parent 6a6823b916
commit d612a40b89

View File

@@ -240,8 +240,10 @@ command = {
type = "flag" type = "flag"
help = "verbose status" help = "verbose status"
} }
min_args="0" min_args="2"
help = "Create PKCS10 requests" max_args="2"
argument="keyfile output-file"
help = "Create a PKCS10 request"
} }
command = { command = {
name = "pkcs10-print" name = "pkcs10-print"