Commit 2bd0524a authored by Steven Allen's avatar Steven Allen Committed by hannahhoward

helptext: clearly separate type and flags

parent d24d87a2
......@@ -372,7 +372,7 @@ func optionText(width int, 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