Merge #41: Fix -w option

0984cac Fix -w option (Peter Todd)
This commit is contained in:
Pieter Wuille 2016-06-23 21:51:27 +02:00
commit 0ec6e14c17
No known key found for this signature in database
GPG Key ID: DBA1A67379A1A931
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': {