From 758311a77f31e93cff382a72140f10ca9e857f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 4 Sep 2005 15:25:26 +0000 Subject: [PATCH] add --content to print git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16030 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 2dd272b4f..f5ede66d0 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -171,6 +171,11 @@ command = { argument = "password" help = "password, prompter, or environment" } + option = { + long = "content" + type = "flag" + help = "print the content of the certificates" + } min_args="1" argument="certificate ..." help = "Print certificates"