help update

SVN revision: 13771
This commit is contained in:
Carsten Haitzler 2005-03-18 01:06:37 +00:00
parent 5366148b3f
commit 206a27cce5
1 changed files with 2 additions and 3 deletions

View File

@ -823,12 +823,11 @@ main(int argc, char **argv)
if (argc < 2)
{
printf("Usage:\n");
printf(" %s file_to_show.eet [-gl] [-g WxH] [-fill] [collection_to_show] ...\n", argv[0]);
printf(" %s [-gl] [-g WxH] [-fill] [edje_file1] [edje_file2] ...\n", argv[0]);
printf("\n");
printf("Example:\n");
printf(" %s data/e_logo.eet\n", argv[0]);
printf(" %s data/e_logo.eet test\n", argv[0]);
printf(" %s data/e_logo.eet test ~/test.eet my_thing ...\n", argv[0]);
printf(" %s -fill -g 800x600 data/e_logo.eet\n", argv[0]);
exit(-1);
}
for (i = 1; i < argc; i++)