Skip to content

Commit

Permalink
Merge pull request #1096 from kbabioch/fix/opj_mj2_extract-help
Browse files Browse the repository at this point in the history
opj_mj2_extract: Rename output_location to output_prefix
  • Loading branch information
rouault authored Mar 4, 2018
2 parents b02e0d9 + db6841a commit 31a347a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/mj2/opj_mj2_extract.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main(int argc, char *argv[])
mj2_dparameters_t parameters;

if (argc != 3) {
printf("Usage: %s mj2filename output_location\n", argv[0]);
printf("Usage: %s mj2filename output_prefix\n", argv[0]);
printf("Example: %s foreman.mj2 output/foreman\n", argv[0]);
return 1;
}
Expand Down

0 comments on commit 31a347a

Please sign in to comment.