Skip to content

Commit

Permalink
Merge pull request #175 from chrohrer/config_file
Browse files Browse the repository at this point in the history
Change prometheus command to use double-dash for flags
  • Loading branch information
Daniel Magliola authored Jan 6, 2020
2 parents 7129453 + b552e10 commit 260e51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ output of `/metrics` and terminate.
Start a Prometheus server with the provided config:

```bash
prometheus -config.file ./prometheus.yml
prometheus --config.file ./prometheus.yml
```

In another terminal, start the application server:
Expand Down

0 comments on commit 260e51a

Please sign in to comment.