Add verbose flag explanation in quick start command

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αυ∂тєαм <support@stingyguy.us>
This commit is contained in:
тнυgηαтιση ѕqαυ∂тєαм 2025-07-31 19:05:00 +07:00 committed by GitHub
parent 6f4dd9df14
commit ba03a5a5d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
## 🚀 Quick Start
python3 -m copyparty -v
python3 -m copyparty -v # Starts the server in verbose mode, providing detailed logs.
---