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:

committed by
Roland C. Dowdeswell

parent
e242c40746
commit
6c4764fbc7
@@ -206,7 +206,7 @@ command = {
|
||||
short = "V"
|
||||
type = "integer"
|
||||
help = "key version to remove"
|
||||
argument = "enctype"
|
||||
argument = "kvno"
|
||||
default = "0"
|
||||
}
|
||||
option = {
|
||||
|
Reference in New Issue
Block a user