From 7c7217dc7cdf0a044dabb033704b1dd1054b2631 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Mon, 8 Jul 2024 14:13:56 +0200 Subject: [PATCH] [client,common] fix typo in command line help --- 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 3d0de3313..7c57d2102 100644 --- a/client/common/cmdline.h +++ b/client/common/cmdline.h @@ -127,7 +127,7 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = { " * use-selection: ... (X11) Specify which X selection to access. Default is " "CLIPBOARD. PRIMARY is the X-style middle-click selection.\n" " * direction-to:[all|local|remote|off] control enabled clipboard direction\n" - " * files-to:[all|local|remote|off] control enabled file clipboard directiont" }, + " * files-to:[all|local|remote|off] control enabled file clipboard direction" }, #if defined(WITH_FREERDP_DEPRECATED_COMMANDLINE) { "codec-cache", COMMAND_LINE_VALUE_REQUIRED, "[rfx|nsc|jpeg]", NULL, NULL, -1, NULL, "[DEPRECATED, use /cache:codec:[rfx|nsc|jpeg]] Bitmap codec cache" },