- { "debug", OPT_DEBUG, NULL, 0, "Run in debug mode", 0 },
- { "quiet", OPT_QUIET, NULL, 0, "Run in quiet mode", 0 },
- { "path", OPT_PATH, "PATH", 1, "Path where to store the zones", 0 },
- { "primary", OPT_PRIMARY, "HOSTNAME", 1, "The hostname of the primary to fetch from", 0 },
- { "secure", OPT_SECURE , NULL, 0, "Use a secure transport to transfer the zone", 0 },
+ { "debug", OPT_DEBUG, NULL, 0, "Run in debug mode", 0 },
+ { "quiet", OPT_QUIET, NULL, 0, "Run in quiet mode", 0 },
+ { "path", OPT_PATH, "PATH", 1, "Path where to store the zones", 0 },
+ { "parallel", OPT_PARALLEL, "N", 1, "How many zones to process simultaneously", 0 },
+ { "primary", OPT_PRIMARY, "HOSTNAME", 1, "The hostname of the primary to fetch from", 0 },
+ { "secure", OPT_SECURE , NULL, 0, "Use a secure transport to transfer the zone", 0 },