From: Jens Axboe Date: Fri, 16 Jan 2009 18:15:33 +0000 (+0100) Subject: Missing text in iodepth_batch* help entries X-Git-Tag: fio-1.24~8 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d65db441ef2125374e98848cd36c7ba86e8afa12 Missing text in iodepth_batch* help entries Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index f5bc9c07..fe890df0 100644 --- 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",