Help update
authorJens Axboe <jens.axboe@oracle.com>
Wed, 14 Mar 2007 12:28:31 +0000 (13:28 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 14 Mar 2007 12:28:31 +0000 (13:28 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index cf00bb1abc1e58dafe3d24a6b48845489c99cc75..719e46d3f3a9fd2619fb6b80efdca4df1a0c4aa7 100644 (file)
--- 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",