From b31eaac94fccfebc855513301f6177248fcf8678 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 24 Jan 2013 15:29:58 -0700 Subject: [PATCH] options: add help to experimental_verify Option help is required... Signed-off-by: Jens Axboe --- options.c | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.25.1