opj_mj2_extract: Rename output_location to output_prefix 1096/head
authorKarol Babioch <kbabioch@suse.de>
Fri, 2 Mar 2018 14:19:19 +0000 (15:19 +0100)
committerKarol Babioch <kbabioch@suse.de>
Fri, 2 Mar 2018 14:19:21 +0000 (15:19 +0100)
This renames the argument in the help output, as the latter better describes
the the purpose of this argument.

src/bin/mj2/opj_mj2_extract.c

index a062e17d8acdc5d7ed51699905313760cb3c2ce4..9384dc6dbe52e12021f8305a34cf61c57c20067c 100644 (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;
     }