From d612a40b89d2d237746457f67c0fda784e531559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Apr 2006 05:12:14 +0000 Subject: [PATCH] (pkcs10-create): Add arguments to git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16969 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 150ee0a29..3977a5f9a 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -240,8 +240,10 @@ command = { type = "flag" help = "verbose status" } - min_args="0" - help = "Create PKCS10 requests" + min_args="2" + max_args="2" + argument="keyfile output-file" + help = "Create a PKCS10 request" } command = { name = "pkcs10-print"