Fix -w option
This commit is contained in:
parent
aecb6b0ae8
commit
08d67b1a62
@ -97,7 +97,7 @@ main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
int opt;
|
int opt;
|
||||||
|
|
||||||
while ((opt = getopt(argc, argv, "hr:t:")) != -1) {
|
while ((opt = getopt(argc, argv, "hr:t:w:")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'r':
|
case 'r':
|
||||||
nruns = atol(optarg);
|
nruns = atol(optarg);
|
||||||
|
Loading…
Reference in New Issue
Block a user