Skip to content

Commit

Permalink
fix help format
Browse files Browse the repository at this point in the history
  • Loading branch information
msaf1980 committed Jan 15, 2023
1 parent 728d183 commit 3479ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func PrintHelp(registry *Registry, commandName string, commandConfig *CommandCon
fmt.Printf("(default: %q)\n", opt.defaultStr)
}
}
fmt.Printf(" -h | %-20s%20s help", "--help", "")
fmt.Printf(" -h | %-20s%30s help", "--help", "")
if commandName == "" {
fmt.Println("")
} else {
Expand Down

0 comments on commit 3479ed8

Please sign in to comment.