libfreerdp-utils/args: change --remote-app back to --app.

This commit is contained in:
Vic Lee 2011-08-15 08:41:42 +08:00
parent 28e87ceb1c
commit 2e88084080
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}