Skip to content

Commit

Permalink
Merge pull request #164 from lucacome/remove-experimantal
Browse files Browse the repository at this point in the history
Remove experimental in CLI
  • Loading branch information
roidelapluie authored Aug 1, 2023
2 parents 2f4150c + 71bd248 commit 7b3c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/kingpinflag/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func AddFlags(a *kingpin.Application, defaultAddress string) *web.FlagConfig {
WebSystemdSocket: systemdSocket,
WebConfigFile: a.Flag(
"web.config.file",
"[EXPERIMENTAL] Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md",
"Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md",
).Default("").String(),
}
return &flags
Expand Down

0 comments on commit 7b3c67e

Please sign in to comment.