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:
Love Hörnquist Åstrand
2005-04-14 16:45:14 +00:00
parent cc37425e3e
commit 239d06f465
2 changed files with 29 additions and 2 deletions

View File

@@ -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"