Fix incorrect usage statement in bin/dither.c
This commit is contained in:
parent
31a712224d
commit
9b50285b2e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static void usage(int argc, char **argv, const char *message, ...) {
|
|||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
||||
fprintf(stderr, "usage: %1$s convert input.png output.png\n", argv[0]);
|
||||
fprintf(stderr, "usage: %1$s dither input.png output.png\n", argv[0]);
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue