Skip to content

Commit b9473fc

Browse files
mod: add additional new line after help text
1 parent d9d0f2e commit b9473fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

commands.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,8 @@ func (c *Cmd) printHelp(longDesc bool) {
590590
}
591591

592592
w.Flush()
593+
594+
fmt.Fprint(stdErr, "\n")
593595
}
594596

595597
func formatOptNamesForHelp(o *container.Container) string {

0 commit comments

Comments
 (0)