From: Jens Axboe Date: Wed, 14 Mar 2007 12:28:31 +0000 (+0100) Subject: Help update X-Git-Tag: fio-1.14a~2^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=9d6d019b47963fd1e79c0b045bb3197ab595dab5;ds=sidebyside Help update Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index cf00bb1a..719e46d3 100644 --- a/init.c +++ b/init.c @@ -97,7 +97,7 @@ static struct fio_option options[] = { { .ival = "randwrite", .oval = TD_DDIR_RANDWRITE, .help = "Random write", - }, + }, { .ival = "rw", .oval = TD_DDIR_RW, .help = "Sequential read and write mix", @@ -355,7 +355,7 @@ static struct fio_option options[] = { .name = "verify", .type = FIO_OPT_STR, .off1 = td_var_offset(verify), - .help = "Verify sum function", + .help = "Verify data written", .def = "0", .posval = { { .ival = "0",