Commit 67621dc8 authored by Matt Bell's avatar Matt Bell

commands/cli: Fixed helptext option type

parent 6116affb
......@@ -262,7 +262,7 @@ func optionText(cmd ...*cmds.Command) []string {
// add option types to output
for i, opt := range options {
lines[i] += " " + fmt.Sprintf("%v", opt.Type)
lines[i] += " " + fmt.Sprintf("%v", opt.Type())
}
lines = align(lines)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment