mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 04:19:53 +08:00
cmd: Add missing \n
to HelpTemplate (#5151)
This commit is contained in:
parent
1cd594963e
commit
a999b70727
|
@ -101,7 +101,7 @@ const fullDocsFooter = `Full documentation is available at:
|
|||
https://caddyserver.com/docs/command-line`
|
||||
|
||||
func init() {
|
||||
rootCmd.SetHelpTemplate(rootCmd.HelpTemplate() + "\n" + fullDocsFooter)
|
||||
rootCmd.SetHelpTemplate(rootCmd.HelpTemplate() + "\n" + fullDocsFooter + "\n")
|
||||
}
|
||||
|
||||
func caddyCmdToCoral(caddyCmd Command) *cobra.Command {
|
||||
|
|
Loading…
Reference in New Issue
Block a user