Fix -w option

This commit is contained in:
Peter Todd 2016-06-14 23:53:20 -04:00
parent 43388c3c3e
commit 0984caca2a
No known key found for this signature in database
GPG Key ID: 6399011044E8AFB2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public:
{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': {