From 8c77241efe1a5aaee664222cb577661653717986 Mon Sep 17 00:00:00 2001 From: Pavel-Savely Savianok Date: Mon, 7 Jul 2025 18:29:06 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= 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 cbdced9..f45467d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Program for calculate statistics of messages sended in telegram with your friend .\TelegramMessageCounter.exe --login --user where -- `--login (-L)` - Phone number of telegram. If argument is empty, waiting for Keyboard interrupt +- `--login -L` - Phone number of telegram. If argument is empty, waiting for keyboard input - `--user` - Username of telegram for individual stats. If argument is empty, analyzing all user history - `path` - Path to save results file. If argument is empty, path will be `results.txt`, if path contain '.csv' program will output stats in CSV format.