summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2022-08-01 13:40:09 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2022-08-01 13:40:09 -0600
commitdb1aa5b5bc174e5a5df39a277f737b304e1e2350 (patch)
treeb06406606107778e262cc25ae11b0856ea22dc79
parentf783290f40febd3eef2a299911ad95bab4d2b414 (diff)
Oops (sigh)
Forgot to remove this redundant line
-rw-r--r--cmd/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/main.go b/cmd/main.go
index 348bdbc..f289b49 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()
}