add more options for create-sd

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15776 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-27 15:23:12 +00:00
parent 7d99983112
commit 0eacf30968

View File

@@ -37,9 +37,9 @@ command = {
option = { option = {
long = "certificate" long = "certificate"
short = "c" short = "c"
type = "string" type = "strings"
argument = "certificate-store" argument = "certificate-store"
help = "certificate store to pull certificates from" help = "certificate stores to pull certificates from"
} }
option = { option = {
long = "signer" long = "signer"
@@ -48,7 +48,7 @@ command = {
argument = "certificate-name" argument = "certificate-name"
help = "certificate to sign with" help = "certificate to sign with"
} }
min_args="3" min_args="2"
argument="in-file out-file cert ..." argument="in-file out-file cert ..."
help = "Wrap a file within a SignedData object." help = "Wrap a file within a SignedData object."
} }