From 1fa2a5c541176fec07c9122cd97ddf325658cd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 4 Sep 2006 07:23:15 +0000 Subject: [PATCH] Add hxtool print --info. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17967 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index bc2f63629..4391d16e5 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -209,6 +209,11 @@ command = { type = "flag" help = "print the content of the certificates" } + option = { + long = "info" + type = "flag" + help = "print the information about the certificate store" + } min_args="1" argument="certificate ..." help = "Print certificates"