Skip to content

Commit

Permalink
Help output fix for commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Urethramancer committed Nov 14, 2023
1 parent d892130 commit b99636b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arg/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func (opt *Options) PrintHelp() {
}
fmt.Fprintf(w, ")\n")
}
w.Write([]byte("\n"))
}
w.Write([]byte("\n\n"))
}
Expand Down

0 comments on commit b99636b

Please sign in to comment.