aboutsummaryrefslogtreecommitdiff
path: root/node_exporter.go
diff options
context:
space:
mode:
Diffstat (limited to 'node_exporter.go')
-rw-r--r--node_exporter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_exporter.go b/node_exporter.go
index 88039bd..800be92 100644
--- a/node_exporter.go
+++ b/node_exporter.go
@@ -159,7 +159,7 @@ func main() {
159 ).Default("false").Bool() 159 ).Default("false").Bool()
160 configFile = kingpin.Flag( 160 configFile = kingpin.Flag(
161 "web.config", 161 "web.config",
162 "Path to config yaml file that can enable TLS or authentication.", 162 "[EXPERIMENTAL] Path to config yaml file that can enable TLS or authentication.",
163 ).Default("").String() 163 ).Default("").String()
164 ) 164 )
165 165