Skip to content

Commit 260e51a

Browse files
author
Daniel Magliola
authored
Merge pull request #175 from chrohrer/config_file
Change prometheus command to use double-dash for flags
2 parents 7129453 + b552e10 commit 260e51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ output of `/metrics` and terminate.
2323
Start a Prometheus server with the provided config:
2424

2525
```bash
26-
prometheus -config.file ./prometheus.yml
26+
prometheus --config.file ./prometheus.yml
2727
```
2828

2929
In another terminal, start the application server:

0 commit comments

Comments
 (0)