From 6c4764fbc7169b23a5d60004eb82edc0fe12197a Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Fri, 27 Apr 2012 18:35:38 +0000 Subject: [PATCH] Fix incorrect usage message in ktutil del Usage: remove [-h] [--principal=principal] [-p principal] [--kvno=enctype] [-V enctype] [--enctype=enctype] [-e enctype] [--help] -p principal, --principal=principal principal to remove -V enctype, --kvno=enctype key version to remove -e enctype, --enctype=enctype enctype to remove --- admin/ktutil-commands.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/ktutil-commands.in b/admin/ktutil-commands.in index dffcb8c2d..8bae7ab00 100644 --- a/admin/ktutil-commands.in +++ b/admin/ktutil-commands.in @@ -206,7 +206,7 @@ command = { short = "V" type = "integer" help = "key version to remove" - argument = "enctype" + argument = "kvno" default = "0" } option = {