From 1eb016c97511cbc4c9ce95b290ba1b708851ad33 Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Fri, 17 Oct 2025 01:14:20 +0200 Subject: [PATCH] fix --accounts typo in --help-auth (#931) --- copyparty/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/__main__.py b/copyparty/__main__.py index bc2bdfe0..a36462c7 100644 --- a/copyparty/__main__.py +++ b/copyparty/__main__.py @@ -672,12 +672,12 @@ def get_sects(): send the password in the '\033[36mPW\033[0m' http-header: \033[36mPW: \033[35mhunter2\033[0m - or if you have \033[33m--accounts\033[0m enabled, + or if you have \033[33m--usernames\033[0m enabled, \033[36mPW: \033[35med:hunter2\033[0m send the password in the URL itself: \033[36mhttp://127.0.0.1:3923/\033[35m?pw=hunter2\033[0m - or if you have \033[33m--accounts\033[0m enabled, + or if you have \033[33m--usernames\033[0m enabled, \033[36mhttp://127.0.0.1:3923/\033[35m?pw=ed:hunter2\033[0m use basic-authentication: