git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19542 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-28 20:30:30 +00:00
parent f3d6a71320
commit dce9cb1dd3

View File

@@ -413,6 +413,18 @@ command = {
min_args="0" min_args="0"
help = "Print selected CMS type" help = "Print selected CMS type"
} }
command = {
option = {
long = "decode"
short = "d"
type = "flag"
help = "decode instead of encode"
}
name = "hex"
function = "hxtool_hex"
min_args="0"
help = "Encode input to hex"
}
command = { command = {
name = "help" name = "help"
name = "?" name = "?"