mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 22:17:51 +08:00
Oops (sigh)
Forgot to remove this redundant line
This commit is contained in:
parent
f783290f40
commit
db1aa5b5bc
|
@ -338,7 +338,6 @@ func flagHelp(fs *flag.FlagSet) string {
|
||||||
|
|
||||||
buf := new(bytes.Buffer)
|
buf := new(bytes.Buffer)
|
||||||
fs.SetOutput(buf)
|
fs.SetOutput(buf)
|
||||||
buf.Write([]byte("(NOTE: use -- instead of - for flags)\n\n"))
|
|
||||||
fs.PrintDefaults()
|
fs.PrintDefaults()
|
||||||
return buf.String()
|
return buf.String()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user