diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2022-08-01 13:40:09 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2022-08-01 13:40:09 -0600 |
commit | db1aa5b5bc174e5a5df39a277f737b304e1e2350 (patch) | |
tree | b06406606107778e262cc25ae11b0856ea22dc79 | |
parent | f783290f40febd3eef2a299911ad95bab4d2b414 (diff) |
Oops (sigh)
Forgot to remove this redundant line
-rw-r--r-- | cmd/main.go | 1 |
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() } |