diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2018-03-04 23:13:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-04 23:13:45 +0100 |
| commit | 31a347a9a04209933c63b180c9ff04bdf8a427e5 (patch) | |
| tree | 06c5888e8680c5c37723c7da3d91bb7320d3a231 /src | |
| parent | b02e0d9c4e746faf7448cb06f0487402dff66083 (diff) | |
| parent | db6841a099645f5063dc8c2f804b0724a9ea557b (diff) | |
Merge pull request #1096 from kbabioch/fix/opj_mj2_extract-help
opj_mj2_extract: Rename output_location to output_prefix
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/mj2/opj_mj2_extract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/mj2/opj_mj2_extract.c b/src/bin/mj2/opj_mj2_extract.c index a062e17d..9384dc6d 100644 --- a/src/bin/mj2/opj_mj2_extract.c +++ b/src/bin/mj2/opj_mj2_extract.c @@ -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; } |
