From 0a49462733e5e03e1efa576b62e9d61e4d9c2514 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Sun, 30 Oct 2022 17:30:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375392b..b375980 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ python3 -m pip install civiproxy_logs2json --user ## Example Usage -Pass logfile as positional argument: +Pass logfile as option: ```bash cpl2j -f /var/www/proxy_logs/proxy.log ```