Skip to content

Commit

Permalink
-a now properly supported
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed May 27, 2024
1 parent 3525f4a commit 40cf521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zimwriterfs/zimwriterfs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void parse_args(int argc, char** argv)

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

if (c != -1) {
switch (c) {
Expand Down

0 comments on commit 40cf521

Please sign in to comment.