anim_diff: add a couple missing newlines in Help()

Change-Id: Iad2a4ad2555718f1822b82d38219940ed49385b8
This commit is contained in:
James Zern 2018-03-26 21:37:29 -07:00
parent c4cc114785
commit 065b2ce10e

View File

@ -187,8 +187,8 @@ static void Help(void) {
printf(" -min_psnr <float> ... minimum per-frame PSNR\n");
printf(" -raw_comparison ..... if this flag is not used, RGB is\n");
printf(" premultiplied before comparison\n");
printf(" -max_diff <int> ..... maximum allowed difference per channel "
" between corresponding pixels in subsequent"
printf(" -max_diff <int> ..... maximum allowed difference per channel\n"
" between corresponding pixels in subsequent\n"
" frames\n");
}