Skip to content

Commit 0e3c1b5

Browse files
committed
-a (tags) needs an argument
1 parent edd9e70 commit 0e3c1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zimwriterfs/zimwriterfs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ void parse_args(int argc, char** argv)
285285

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

290290
if (c != -1) {
291291
switch (c) {

0 commit comments

Comments
 (0)