move klist to kcc

This commit is contained in:
Love Hornquist Astrand
2010-11-24 16:21:44 -08:00
parent 99bc078d46
commit 92a827da9b
5 changed files with 106 additions and 123 deletions

View File

@@ -41,6 +41,69 @@ command = {
type = "string"
help = "credential cache to list"
}
option = {
name = "flags"
short = "f"
type = "flag"
help = "list flags"
}
option = {
long = "test"
short = "t"
type = "flag"
help = "test for having tickets"
}
option = {
name = "s"
short = "s"
type = "flag"
}
option = {
long = "tokens"
short = "T"
type = "flag"
help = "display AFS tokens"
}
option = {
long = "v5"
short = "5"
type = "flag"
default = "1"
help = "display v5 credential tokens"
}
option = {
long = "all-content"
short = "A"
type = "flag"
help = "List all caches with their content"
}
option = {
long = "list-all"
short = "l"
type = "flag"
help = "List all caches"
}
option = {
long = "verbose"
short = "v"
type = "flag"
help = "Verbose output"
}
option = {
name = "a"
short = "a"
type = "flag"
}
option = {
name = "n"
short = "n"
type = "flag"
}
option = {
long = "hidden"
type = "flag"
help = "Verbose output"
}
}
command = {
name = "kgetcred"