Remove incorrect comment about linker options

This commit is contained in:
Daniel Nelson
2017-11-01 18:17:51 -07:00
parent 43ac7b6e17
commit c934f36c1c

View File

@@ -55,9 +55,6 @@ var fUsage = flag.String("usage", "",
var fService = flag.String("service", "",
"operate on the service")
// Telegraf version, populated linker.
// ie, -ldflags "-X main.version=`git describe --always --tags`"
var (
nextVersion = "1.5.0"
version string