Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Apr 26, 2015
1 parent 148c6bc commit 36aea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posterize.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ static void usage(const char *exepath)
{
const char *name = strrchr(exepath, '/');
if (name) name++; else name = exepath;
fprintf(stderr, "Median Cut PNG Posterizer 2.0 (2014).\n" \
fprintf(stderr, "Median Cut PNG Posterizer 2.1 (2015).\n" \
"Usage: %s [-vdb] [-Q <quality>] [levels] [input file] [output file]\n\n" \
"Specify number of levels (2-255) or quality (10-100).\n" \
"-b blurize mode (uses diagonal averaging filter, recommended)\n" \
Expand Down

0 comments on commit 36aea16

Please sign in to comment.