From c2164a17816da0513ebd5596e46a5618b69544ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 26 Jun 2007 14:21:55 +0000 Subject: [PATCH] Adapt to new request handling. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21343 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 513d11b68..a4cecfa62 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -409,7 +409,7 @@ command = { help = "Create a CRMF or PKCS10 request" } command = { - name = "pkcs10-print" + name = "request-print" option = { long = "verbose" type = "flag" @@ -417,7 +417,7 @@ command = { } min_args="1" argument="requests ..." - help = "Print PKCS10 requests" + help = "Print requests" } command = { name = "query" @@ -603,7 +603,7 @@ command = { option = { long = "req" type = "string" - help = "pkcs10 request" + help = "certificate request" } option = { long = "certificate-private-key"