From f0aec0e637d9a295fc29910c7d31f8123b753f3a Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 20 Aug 2009 10:20:09 -0700 Subject: [PATCH] allow one argument --- lib/hx509/hxtool-commands.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index a2604fd75..66d889e21 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -103,7 +103,7 @@ command = { type = "flag" help = "use subject name for CMS Identifier" } - min_args="2" + min_args="1" max_args="2" argument="in-file out-file" help = "Wrap a file within a SignedData object"