From b552e1064466eb48d369cf61b2060c8d2d636333 Mon Sep 17 00:00:00 2001 From: Chris Rohrer Date: Sun, 29 Dec 2019 15:55:09 +0100 Subject: [PATCH] Change prometheus command to use double-dash for flags Signed-off-by: Chris Rohrer --- examples/rack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rack/README.md b/examples/rack/README.md index 8d980044..75541716 100644 --- a/examples/rack/README.md +++ b/examples/rack/README.md @@ -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: