From 1adb263813ca2e76a893ef729a04db8f94b5d757 Mon Sep 17 00:00:00 2001 From: Adrian Vollmer Date: Mon, 4 Apr 2022 16:11:56 +0200 Subject: [PATCH] Updated doc regarding proxy URL syntax --- client/common/cmdline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/common/cmdline.h b/client/common/cmdline.h index 79002ae04..9a98c79ab 100644 --- a/client/common/cmdline.h +++ b/client/common/cmdline.h @@ -289,7 +289,7 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = { "Print base64 reconnect cookie after connecting" }, { "printer", COMMAND_LINE_VALUE_OPTIONAL, "[,]", NULL, NULL, -1, NULL, "Redirect printer device" }, - { "proxy", COMMAND_LINE_VALUE_REQUIRED, "[://][:@]:", NULL, + { "proxy", COMMAND_LINE_VALUE_REQUIRED, "[://][:@][:]", NULL, NULL, -1, NULL, "Proxy settings: override env. var (see also environment variable below). Protocol " "\"socks5\" should be given explicitly where \"http\" is default." },