Skip to content

Commit 40cf521

Browse files
committed
-a now properly supported
1 parent 3525f4a commit 40cf521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zimwriterfs/zimwriterfs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ void parse_args(int argc, char** argv)
283283

284284
do {
285285
c = getopt_long(
286-
argc, argv, "hVvijxuw:I:t:d:c:l:p:r:e:n:m:J:UBL:", long_options, &option_index);
286+
argc, argv, "hVvijxuw:I:t:a:d:c:l:p:r:e:n:m:J:UBL:", long_options, &option_index);
287287

288288
if (c != -1) {
289289
switch (c) {

0 commit comments

Comments
 (0)