From b6e5874407695fc54eb77a9d0348573490e95d1a Mon Sep 17 00:00:00 2001 From: Jameel Kaisar Date: Mon, 29 Aug 2022 15:25:10 +0530 Subject: [PATCH] zimcheck: Fix J flag --- src/zimcheck/zimcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zimcheck/zimcheck.cpp b/src/zimcheck/zimcheck.cpp index 72d41d06..18317943 100644 --- a/src/zimcheck/zimcheck.cpp +++ b/src/zimcheck/zimcheck.cpp @@ -132,7 +132,7 @@ int zimcheck (const std::vector& args) { 0, 0, 0, 0} }; int option_index = 0; - int c = getopt_long (argc, const_cast(argv), "ACIMFPRUXLEDHBVW:acimfpruxledhbvw:0", + int c = getopt_long (argc, const_cast(argv), "ACIJMFPRUXLEDHBVW:acijmfpruxledhbvw:0", long_options, &option_index); //c = getopt (argc, argv, "ACMFPRUXED"); if(c == -1)