options: add help to experimental_verify
authorJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 22:29:58 +0000 (15:29 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 22:29:58 +0000 (15:29 -0700)
Option help is required...

Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c

index ed437be2697d461295120f666257d20d8177d5ec..16c7995fa3a32c15c1b23769db39935a25bf304c 100644 (file)
--- 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
        {