Skip to content

Commit

Permalink
usage correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Boxer committed Jun 8, 2016
1 parent 158e144 commit 866ff53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/jp2/opj_compress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ static void encode_help_display(void)
fprintf(stdout," Add <comment> in the comment marker segment.\n");
fprintf(stdout, "-Q <capture resolution X,capture resolution Y>\n");
fprintf(stdout, " Capture resolution in double precision.\n");
fprintf(stdout, " These values will override the resolution stored in the input image,\n");
fprintf(stdout, " These values will override the resolution stored in the input image, if present \n");
fprintf(stdout, " unless the special values <0,0> are passed in, in which case \n");
fprintf(stdout, " the image resolution will be used.\n");
fprintf(stdout, "-Q <display resolution X,display resolution Y>\n");
fprintf(stdout, "-D <display resolution X,display resolution Y>\n");
fprintf(stdout, " Display resolution in double precision.\n");
fprintf(stdout,"\n");
}
Expand Down

0 comments on commit 866ff53

Please sign in to comment.