better help message

This commit is contained in:
tTh 2023-10-12 12:34:28 +02:00
parent 9ca6acd176
commit 4ab69cced3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fprintf(stderr, "* tga_applymap v 0.0.14 [%s] (dwtfywl) Krabulator 1910\n",
fprintf(stderr, " compiled %s at %s\n", __DATE__, __TIME__);
fprintf(stderr, "Usage:\n\ttga_applymap M src.tga color.map dst.tga\n");
fprintf(stderr, " M is 1 or 2\n");
fprintf(stderr, " M is 1 (color mode) or 2 (gray mode)\n");
if (flag) Image_print_version(0);
exit(5);
}