From: Jens Axboe Date: Thu, 5 Jun 2008 09:48:22 +0000 (+0200) Subject: Help entry typos X-Git-Tag: fio-1.21-rc8~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=f66ab3c819a8bd9eba6e8285d12443e0427e9561 Help entry typos Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index 18787f89..a7225eab 100644 --- 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