From 7c9d0101a657cad5ce7b2b92fcc23072be161b8a Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 8 Jun 2025 20:20:23 +0300 Subject: [PATCH] update note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54443ac..b8766ff 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ WantedBy=multi-user.target * use `ignore-host` to skip local host requests * to filter today-only records, use `match-time` argument `%d/%b/%Y` * to filter this month-only records use `%b/%Y` - * make sure the log time pattern is escaped to ``%%d/%%b/%%Y``! + * make sure the log time pattern `%` is escaped to `%%`! ### Service management tips