From 0eacf30968271cc54f43959dd0e1731ebcfb7498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Jul 2005 15:23:12 +0000 Subject: [PATCH] add more options for create-sd git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15776 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 2f3b50325..39daf3495 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -37,9 +37,9 @@ command = { option = { long = "certificate" short = "c" - type = "string" + type = "strings" argument = "certificate-store" - help = "certificate store to pull certificates from" + help = "certificate stores to pull certificates from" } option = { long = "signer" @@ -48,7 +48,7 @@ command = { argument = "certificate-name" help = "certificate to sign with" } - min_args="3" + min_args="2" argument="in-file out-file cert ..." help = "Wrap a file within a SignedData object." }