opj_mj2_extract: Rename output_location to output_prefix
This renames the argument in the help output, as the latter better describes the the purpose of this argument.
This commit is contained in:
parent
564fbfb678
commit
db6841a099
|
@ -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