mirror of https://github.com/FreeRDP/FreeRDP
libfreerdp-utils/args: change --remote-app back to --app.
This commit is contained in:
parent
28e87ceb1c
commit
2e88084080
|
@ -191,7 +191,7 @@ int freerdp_parse_args(rdpSettings* settings, int argc, char** argv,
|
|||
{
|
||||
settings->mouse_motion = 0;
|
||||
}
|
||||
else if (strcmp("--remote-app", argv[index]) == 0)
|
||||
else if (strcmp("--app", argv[index]) == 0)
|
||||
{
|
||||
settings->remote_app = True;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue