efreet: pass the correct option from the user input.

Summary:
Pass the correct option -f for flush

@fix

Signed-off-by: vivek <vivek.ellur@samsung.com>

Reviewers: devilhorns, englebass

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1801

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
vivek 2014-12-25 21:32:49 +01:00 committed by Cedric BAIL
parent 28f0f7044a
commit d7c1987d0f
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ main(int argc, char **argv)
while ((i < (argc - 1)) && (argv[(i + 1)][0] != '-'))
eina_array_push(extra_dirs, argv[++i]);
}
else if (!strcmp(argv[i], "-d"))
else if (!strcmp(argv[i], "-f"))
flush = EINA_TRUE;
}