From d65db441ef2125374e98848cd36c7ba86e8afa12 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 16 Jan 2009 19:15:33 +0100 Subject: [PATCH] Missing text in iodepth_batch* help entries Signed-off-by: Jens Axboe --- options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.25.1