diff --git a/main.cpp b/main.cpp index 0b1e78aa..d41f78c9 100644 --- a/main.cpp +++ b/main.cpp @@ -74,7 +74,7 @@ class CDnsSeedOpts { {0, 0, 0, 0} }; int option_index = 0; - int c = getopt_long(argc, argv, "h:n:m:t:p:d:o:i:k:", long_options, &option_index); + int c = getopt_long(argc, argv, "h:n:m:t:p:d:o:i:k:w:", long_options, &option_index); if (c == -1) break; switch (c) { case 'h': {