From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> fio --cmdhelp currently prints "(null)" for io_size. Signed-off-by: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index 0f2adcd..1ca16e8 100644 --- a/options.c +++ b/options.c @@ -1883,6 +1883,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .lname = "IO Size", .type = FIO_OPT_STR_VAL, .off1 = offsetof(struct thread_options, io_limit), + .help = "Total size of I/O to be performed", .interval = 1024 * 1024, .category = FIO_OPT_C_IO, .group = FIO_OPT_G_INVALID, -- 2.5.5 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html