Skip to content

Commit 7b3c67e

Browse files
author
Julien Pivotto
authored
Merge pull request #164 from lucacome/remove-experimantal
Remove experimental in CLI
2 parents 2f4150c + 71bd248 commit 7b3c67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/kingpinflag/flag.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func AddFlags(a *kingpin.Application, defaultAddress string) *web.FlagConfig {
3838
WebSystemdSocket: systemdSocket,
3939
WebConfigFile: a.Flag(
4040
"web.config.file",
41-
"[EXPERIMENTAL] Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md",
41+
"Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md",
4242
).Default("").String(),
4343
}
4444
return &flags

0 commit comments

Comments
 (0)