X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=a7225eab37c38b37408d1b74b5ec80adb8d7361f;hb=f66ab3c819a8bd9eba6e8285d12443e0427e9561;hp=18787f89c970984fbd9438ebf1c8026ee66093db;hpb=4950421a7e379ba0ca642390ae4ae7b68e92a42f;p=fio.git 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