Skip to content

Commit

Permalink
doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Boxer committed Jun 9, 2016
1 parent d1a66c2 commit bdf1fb5
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 @@ -282,12 +282,12 @@ static void encode_help_display(void)
fprintf(stdout,"-C <comment>\n");
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, " Capture resolution in pixels/metre, in double precision.\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, "-D <display resolution X,display resolution Y>\n");
fprintf(stdout, " Display resolution in double precision.\n");
fprintf(stdout, " Display resolution in pixels/metre, in double precision.\n");
fprintf(stdout,"\n");
}

Expand Down

0 comments on commit bdf1fb5

Please sign in to comment.