Missing text in iodepth_batch* help entries
authorJens Axboe <jens.axboe@oracle.com>
Fri, 16 Jan 2009 18:15:33 +0000 (19:15 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 16 Jan 2009 18:15:33 +0000 (19:15 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c

index f5bc9c073c6f9f1e62a5674fbecd82b62aabe681..fe890df026e733c64025e432910a93194a79d6b8 100644 (file)
--- a/options.c
+++ b/options.c
@@ -730,7 +730,7 @@ static struct fio_option options[] = {
                .alias  = "iodepth_batch_submit",
                .type   = FIO_OPT_INT,
                .off1   = td_var_offset(iodepth_batch),
-               .help   = "Number of IO to submit in one go",
+               .help   = "Number of IO buffers to submit in one go",
                .parent = "iodepth",
                .minval = 1,
                .def    = "1",
@@ -739,7 +739,7 @@ static struct fio_option options[] = {
                .name   = "iodepth_batch_complete",
                .type   = FIO_OPT_INT,
                .off1   = td_var_offset(iodepth_batch_complete),
-               .help   = "Number of IO to retrieve in one go",
+               .help   = "Number of IO buffers to retrieve in one go",
                .parent = "iodepth",
                .minval = 0,
                .def    = "1",