X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=05c73ef84f827963fca281ce00fbd7623a02c06a;hp=cc35e2b98681cd6932d95856ac0ef7a8b98bed52;hb=c4ec0a1d623193b4d344e31b07c6720ecf90323f;hpb=bfca2c74b53e499acd8e97e9e56d3c40a5dd8b4f diff --git a/init.c b/init.c index cc35e2b9..05c73ef8 100644 --- a/init.c +++ b/init.c @@ -100,7 +100,7 @@ static struct option l_opts[FIO_NR_OPTIONS] = { }, { .name = (char *) "minimal", - .has_arg = optional_argument, + .has_arg = no_argument, .val = 'm' | FIO_CLIENT_FLAG, }, {