add option -H --hex to the add command
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14793 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -75,6 +75,12 @@ command = {
|
||||
type = "flag"
|
||||
help = "generate random key"
|
||||
}
|
||||
option = {
|
||||
long = "hex"
|
||||
short = "H"
|
||||
type = "flag"
|
||||
help = "password is a hexadecimal string"
|
||||
}
|
||||
function = "kt_add"
|
||||
help = "Adds a key to a keytab."
|
||||
max_args = "0"
|
||||
|
Reference in New Issue
Block a user