Merge pull request #1096 from kbabioch/fix/opj_mj2_extract-help
opj_mj2_extract: Rename output_location to output_prefix
This commit is contained in:
commit
31a347a9a0
|
@ -86,7 +86,7 @@ int main(int argc, char *argv[])
|
||||||
mj2_dparameters_t parameters;
|
mj2_dparameters_t parameters;
|
||||||
|
|
||||||
if (argc != 3) {
|
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]);
|
printf("Example: %s foreman.mj2 output/foreman\n", argv[0]);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue