Help entry typos
authorJens Axboe <jens.axboe@oracle.com>
Thu, 5 Jun 2008 09:48:22 +0000 (11:48 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 5 Jun 2008 09:48:22 +0000 (11:48 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c

index 18787f89c970984fbd9438ebf1c8026ee66093db..a7225eab37c38b37408d1b74b5ec80adb8d7361f 100644 (file)
--- a/options.c
+++ b/options.c
@@ -723,7 +723,7 @@ static struct fio_option options[] = {
                .name   = "softrandommap",
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(softrandommap),
-               .help   = "Allow randommap to fail and continue witout",
+               .help   = "Set norandommap if randommap allocation fails",
                .parent = "norandommap",
                .def    = "0",
        },
@@ -1271,7 +1271,7 @@ static struct fio_option options[] = {
                .name   = "disk_util",
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(do_disk_util),
-               .help   = "Log disk utilization stats",
+               .help   = "Log disk utilization statistics",
                .def    = "1",
        },
 #endif