From db6841a099645f5063dc8c2f804b0724a9ea557b Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Fri, 2 Mar 2018 15:19:19 +0100 Subject: [PATCH] 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. --- src/bin/mj2/opj_mj2_extract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }