From ac05b4f1e62a93f90f79d6ba9eb4a914d212ff68 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 22 Apr 2026 17:54:24 +0000 Subject: [PATCH] helptext: mention --urlform get --- copyparty/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/__main__.py b/copyparty/__main__.py index 16c345d2..7cd98005 100644 --- a/copyparty/__main__.py +++ b/copyparty/__main__.py @@ -969,6 +969,7 @@ def get_sects(): values for --urlform: \033[36mstash\033[35m dumps the data to file and returns length + checksum \033[36msave,get\033[35m dumps to file and returns the page like a GET + \033[36mget\033[35m ignores the message and returns the page like a GET \033[36mprint \033[35m prints the data to log and returns an error \033[36mprint,xm \033[35m prints the data to log and returns --xm output \033[36mprint,get\033[35m prints the data to log and returns GET\033[0m