Fix -w option

This commit is contained in:
Rodrigo Arias 2023-03-14 10:20:43 +01:00
parent aecb6b0ae8
commit 08d67b1a62

View File

@ -97,7 +97,7 @@ main(int argc, char *argv[])
{
int opt;
while ((opt = getopt(argc, argv, "hr:t:")) != -1) {
while ((opt = getopt(argc, argv, "hr:t:w:")) != -1) {
switch (opt) {
case 'r':
nruns = atol(optarg);