summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarol Babioch <kbabioch@suse.de>2018-03-02 15:19:19 +0100
committerKarol Babioch <kbabioch@suse.de>2018-03-02 15:19:21 +0100
commitdb6841a099645f5063dc8c2f804b0724a9ea557b (patch)
treea289a6b44098cc0ba41caf198e3ee86d3672040a /src
parent564fbfb67830e2eb234bc16b3db8fecf54261f95 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/bin/mj2/opj_mj2_extract.c2
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;
}