This commit is contained in:
Moritz Rosenthal 2016-09-22 14:18:38 +00:00 committed by GitHub
commit 7fe421d260
1 changed files with 1 additions and 0 deletions

View File

@ -1355,6 +1355,7 @@ static void wtp_handle_argv(int argc, char **argv) {
printf("Invalid -%c argument\n", optopt);
exit(1);
}
break;
}
case '?': {