Skip to content

Commit a571ffd

Browse files
author
Ed Schouten
committed
Document that double dashes must be used in command line flags.
Discussed in: kumina#5
1 parent ccda37e commit a571ffd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ It extracts the metrics that are exposed by
77
connecting to UNIX socket `/var/run/dovecot/stats` and serves them as
88
Prometheus metrics over TCP port 9166.
99

10+
A list of command line flags supported by this utility can be obtained
11+
by looking at this exporter's `main()` function. Do note that all
12+
command line flags require two leading dashes (e.g.,
13+
`--dovecot.scopes`).
14+
1015
The metrics provided by this exporter look like this:
1116

1217
```

0 commit comments

Comments
 (0)