diff --git a/cmd/main.go b/cmd/main.go index 348bdbce..f289b493 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -338,7 +338,6 @@ func flagHelp(fs *flag.FlagSet) string { buf := new(bytes.Buffer) fs.SetOutput(buf) - buf.Write([]byte("(NOTE: use -- instead of - for flags)\n\n")) fs.PrintDefaults() return buf.String() }