From: Stefan Hajnoczi Date: Tue, 4 Feb 2014 13:27:10 +0000 (+0100) Subject: init: --minimal does not take an optional argument X-Git-Tag: fio-2.1.5~18 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c4ec0a1d623193b4d344e31b07c6720ecf90323f;ds=sidebyside init: --minimal does not take an optional argument Signed-off-by: Stefan Hajnoczi Signed-off-by: Jens Axboe --- 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, }, {