From 64f9637fcbebf56373ea707ef0fce88680fd2138 Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Tue, 18 Nov 2025 16:01:39 +0100 Subject: [PATCH] Update command line usage for gateway option --- client/common/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/common/cmdline.c b/client/common/cmdline.c index fbe3db532..352de99be 100644 --- a/client/common/cmdline.c +++ b/client/common/cmdline.c @@ -689,7 +689,7 @@ BOOL freerdp_client_print_command_line_help_ex(int argc, char** argv, #else printf(" export https_proxy=http://proxy.contoso.com:3128/\n"); #endif - printf(" %s /g:rdp.contoso.com ...\n", name); + printf(" %s /gateway:g:rdp.contoso.com ...\n", name); printf("\n"); printf("More documentation is coming, in the meantime consult source files\n"); printf("\n");