From: Jens Axboe Date: Thu, 24 Jan 2013 22:29:58 +0000 (-0700) Subject: options: add help to experimental_verify X-Git-Tag: fio-2.0.14~79 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=b31eaac94fccfebc855513301f6177248fcf8678;hp=997843cbd55f34f7f48f2ebc108500d97e37474c options: add help to experimental_verify Option help is required... Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index ed437be2..16c7995f 100644 --- a/options.c +++ b/options.c @@ -1965,6 +1965,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { .name = "experimental_verify", .off1 = td_var_offset(experimental_verify), .type = FIO_OPT_BOOL, + .help = "Enable experimental verification", }, #ifdef FIO_HAVE_TRIM {