Remove unimplemented version flag

This was a leftover from when the exporter used more of the Prometheus
build tooling, which was eventually deemed overkill for such a small
project (at least until it has matured a bit).

There is currently no versioning of any significance anyways, so remove
it for now.

This fixes #15.
This commit is contained in:
Conrad Hoffmann 2019-02-15 11:33:15 +01:00
parent 158dc6fd50
commit b478aaf12e
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ import (
) )
var ( var (
showVersion = flag.Bool("version", false, "Print version information.")
configFile = flag.String( configFile = flag.String(
"config.file", "ipmi.yml", "config.file", "ipmi.yml",
"Path to configuration file.", "Path to configuration file.",