From ba03a5a5d9442b48f90866b9273cc389a97677f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=82=D0=BD=CF=85g=CE=B7=CE=B1=D1=82=CE=B9=CF=83=CE=B7=20?= =?UTF-8?q?=D1=95q=CE=B1=CF=85=E2=88=82=D1=82=D1=94=CE=B1=D0=BC?= Date: Thu, 31 Jul 2025 19:05:00 +0700 Subject: [PATCH] Add verbose flag explanation in quick start command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improved CLI example for better clarity explains what -v flag does in python3 -m copyparty. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: тнυgηαтιση ѕqαυ∂тєαм --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9933a5..1e99a544 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## 🚀 Quick Start -python3 -m copyparty -v +python3 -m copyparty -v # Starts the server in verbose mode, providing detailed logs. ---