add attrs-for-mech

This commit is contained in:
Love Hornquist Astrand
2010-11-25 21:39:16 -08:00
parent af77c117d9
commit 29603ecb16

View File

@@ -36,6 +36,19 @@ command = {
name = "supported-mechanisms"
help = "Print the supported mechanisms"
}
command = {
name = "attrs-for-mech"
help = "Print the attributes for mechs"
option = {
long = "all"
type = "flag"
}
option = {
long = "mech"
type = "string"
argument = "mechanism"
}
}
command = {
name = "help"
name = "?"