Browse Source

netsplit argument fix

MissValeska 9 years ago
parent
commit
677df07d69
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/netsukuku.c

+ 1
- 1
src/netsukuku.c View File

@@ -430,7 +430,7 @@ parse_options(int argc, char **argv)
430 430
 			{0, 0, 0, 0}
431 431
 		};
432 432
 
433
-		c = getopt_long(argc, argv, "i:c:l:e:hvd64DRrIakCn", long_options,
433
+		c = getopt_long(argc, argv, "i:c:l:e:n:hvd64DRrIakC", long_options,
434 434
 						&option_index);
435 435
 		if (c == -1)
436 436
 			break;

Loading…
Cancel
Save