This commit is contained in:
tonton Th 2020-01-22 13:46:01 +01:00
parent 6ac0caa54a
commit e46f54a8fc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ int foo;
if (3 != argc) {
fimg_print_version(1);
fprintf(stderr, "usage:\n\t%s foo.fimg bar.pnm\n", argv[0]);
fprintf(stderr, "usage:\n\t%s foo.fimg bar.png\n", argv[0]);
exit(1);
}