Skip to content

Commit b552e10

Browse files
author
Chris Rohrer
committed
Change prometheus command to use double-dash for flags
Signed-off-by: Chris Rohrer <chris.rohrer@ubuntunet.net>
1 parent 7129453 commit b552e10

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)