[client,common] fix typo in command line help

This commit is contained in:
akallabeth 2024-07-08 14:13:56 +02:00
parent 8fc12f9653
commit 7c7217dc7c
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = {
" * use-selection:<atom> ... (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" },