Skip to content

Commit

Permalink
help: increase size
Browse files Browse the repository at this point in the history
  • Loading branch information
msaf1980 committed Jan 22, 2023
1 parent 9e8e758 commit ebc9add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func PrintHelp(registry *Registry, commandName string, commandConfig *CommandCon
if opt.EnvName != "" {
envName = " | " + opt.EnvName
}
fmt.Printf(" %5s%-20s%-30s ", shortName, nameAndArgs, envName)
fmt.Printf(" %5s%-25s%-30s ", shortName, nameAndArgs, envName)
if opt.Help != "" {
fmt.Printf("%s ", opt.Help)
}
Expand All @@ -73,7 +73,7 @@ func PrintHelp(registry *Registry, commandName string, commandConfig *CommandCon
fmt.Printf("(default: %q)\n", opt.defaultStr)
}
}
fmt.Printf(" -h | %-20s%30s help", "--help", "")
fmt.Printf(" -h | %-25s%30s help", "--help", "")
if commandName == "" {
fmt.Println("")
} else {
Expand Down

0 comments on commit ebc9add

Please sign in to comment.