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
This commit is contained in:
Viktor Dukhovni
2012-04-27 18:35:38 +00:00
committed by Roland C. Dowdeswell
parent e242c40746
commit 6c4764fbc7

View File

@@ -206,7 +206,7 @@ command = {
short = "V" short = "V"
type = "integer" type = "integer"
help = "key version to remove" help = "key version to remove"
argument = "enctype" argument = "kvno"
default = "0" default = "0"
} }
option = { option = {