Skip to content

Commit 2bd0524

Browse files
Stebalienhannahhoward
authored andcommitted
helptext: clearly separate type and flags
1 parent d24d87a commit 2bd0524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/helptext.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func optionText(width int, cmd ...*cmds.Command) []string {
372372

373373
// add option types to output
374374
for i, opt := range options {
375-
lines[i] += " " + fmt.Sprintf("%v", opt.Type())
375+
lines[i] += " " + fmt.Sprintf("%v", opt.Type())
376376
}
377377
lines = align(lines)
378378

0 commit comments

Comments
 (0)