Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jpeg-compare.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void usage(void) {
printf(" -V, --version output program version\n");
printf(" -h, --help output program help\n");
printf(" -s, --size [arg] set fast comparison image hash size\n");
printf(" -m, --method [arg] set comparison method to one of 'fast', 'psnr', 'ssim', or 'ms-ssim' [fast]\n");
printf(" -m, --method [arg] set comparison method to one of 'fast', 'psnr', 'ssim', 'ms-ssim' or 'smallfry' [fast]\n");
printf(" -r, --ppm parse first input as PPM instead of JPEG\n");
printf(" -T, --input-filetype [arg] set first input file type to one of 'auto', 'jpeg', 'ppm' [auto]\n");
printf(" -U, --second-filetype [arg] set second input file type to one of 'auto', 'jpeg', 'ppm' [auto]\n");
Expand Down