Skip to content

Commit

Permalink
Merge pull request #145 from DRuggeri/master
Browse files Browse the repository at this point in the history
Refer user to doco from help message
  • Loading branch information
SuperQ authored Mar 25, 2023
2 parents 8e3c86f + feef77d commit 5526383
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.",
"[EXPERIMENTAL] 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 5526383

Please sign in to comment.