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:
Karol Babioch 2018-03-02 15:19:19 +01:00
parent 564fbfb678
commit db6841a099
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}