Skip to content

Commit

Permalink
opj_mj2_extract: Rename output_location to output_prefix
Browse files Browse the repository at this point in the history
This renames the argument in the help output, as the latter better describes
the the purpose of this argument.
  • Loading branch information
kbabioch committed Mar 2, 2018
1 parent 564fbfb commit db6841a
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 db6841a

Please sign in to comment.