From 30aa8a71668ae511bba7ff53b4e28a6565cdb917 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 21 Aug 2009 13:42:22 -0700 Subject: [PATCH] there is already one verify, don't make two --- lib/hx509/hxtool-commands.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 02dbd0ad0..73269759f 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -34,7 +34,7 @@ command = { name = "cms-create-sd" - name = "sign" + name = "cms-sign" option = { long = "certificate" short = "c" @@ -111,7 +111,6 @@ command = { } command = { name = "cms-verify-sd" - name = "verify" option = { long = "anchors" type = "strings" -- 2.11.4.GIT