From 681dfd69dc336e7820d2c19a9ac9ddb79765a80a Mon Sep 17 00:00:00 2001 From: tth Date: Wed, 11 Sep 2019 19:22:19 +0200 Subject: [PATCH] oups again --- tools/png2fimg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/png2fimg.c b/tools/png2fimg.c index c3f4217..e11eba1 100644 --- a/tools/png2fimg.c +++ b/tools/png2fimg.c @@ -19,7 +19,7 @@ int foo; if (3 != argc) { fimg_print_version(1); - fprintf(stderr, "usage:\n\t%s foo.png bar.png\n", argv[0]); + fprintf(stderr, "usage:\n\t%s foo.png bar.fimg\n", argv[0]); exit(1); }