mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-02-16 18:56:50 +00:00
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:
parent
158dc6fd50
commit
b478aaf12e
3
main.go
3
main.go
@ -14,8 +14,7 @@ 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.",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user