mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
libfreerdp-client: accept posix-style command-line syntax
This commit is contained in:
@@ -320,7 +320,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
channels = instance->context->channels;
|
||||
|
||||
if (freerdp_detect_old_command_line_syntax(instance->context->argc,instance->context->argv))
|
||||
if (freerdp_detect_posix_style_command_line_syntax(instance->context->argc, instance->context->argv))
|
||||
{
|
||||
printf("warning: deprecated command-line syntax detected!\n");
|
||||
freerdp_client_print_command_line_help(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user