From af6943b1bc8da0b8c645f4fed63559bba24f114c Mon Sep 17 00:00:00 2001 From: Bart Vercoulen Date: Fri, 15 Feb 2019 12:41:28 +0100 Subject: [PATCH] Fixed Readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9fdbc2..b9c01c8 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ command line flags. The log file is tailed when processed. Rotating the log files while the exporter is running is OK. The path to the log file is specified with the -`-postfix.logfile_path` flag. +`--postfix.logfile_path` flag. ## Events from systemd -Retrieval from the systemd journal is enabled with the `-systemd.enable` flag. +Retrieval from the systemd journal is enabled with the `--systemd.enable` flag. This overrides the log file setting. -It is possible to specify the unit (with `-systemd.unit`) or slice (with `-systemd.slice`). -Additionally, it is possible to read the journal from a directory with the `-systemd.journal_path` flag. +It is possible to specify the unit (with `--systemd.unit`) or slice (with `--systemd.slice`). +Additionally, it is possible to read the journal from a directory with the `--systemd.journal_path` flag. ## Build options