Skip to content

Commit af6943b

Browse files
committed
Fixed Readme.
1 parent 1b1c5f3 commit af6943b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ command line flags.
1717

1818
The log file is tailed when processed. Rotating the log files while the exporter
1919
is running is OK. The path to the log file is specified with the
20-
`-postfix.logfile_path` flag.
20+
`--postfix.logfile_path` flag.
2121

2222
## Events from systemd
2323

24-
Retrieval from the systemd journal is enabled with the `-systemd.enable` flag.
24+
Retrieval from the systemd journal is enabled with the `--systemd.enable` flag.
2525
This overrides the log file setting.
26-
It is possible to specify the unit (with `-systemd.unit`) or slice (with `-systemd.slice`).
27-
Additionally, it is possible to read the journal from a directory with the `-systemd.journal_path` flag.
26+
It is possible to specify the unit (with `--systemd.unit`) or slice (with `--systemd.slice`).
27+
Additionally, it is possible to read the journal from a directory with the `--systemd.journal_path` flag.
2828

2929
## Build options
3030

0 commit comments

Comments
 (0)