Correct documentation for --web.config.file flag

The --web.config flag changed to --web.config.file in
440a132c38 and was realised in the recent
v1.5.0 release.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2022-11-29 19:37:41 +00:00
parent 1b48970ffc
commit a5df170905
No known key found for this signature in database
GPG Key ID: E0B16BEACFBB6A86
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ To see all available configuration flags:
The exporter supports TLS via a new web configuration file.
```console
./node_exporter --web.config=web-config.yml
./node_exporter --web.config.file=web-config.yml
```
See the [exporter-toolkit https package](https://github.com/prometheus/exporter-toolkit/blob/v0.1.0/https/README.md) for more details.