Clarify what number_ios does in the HOWTO/man page/help
[fio.git] / options.c
index 56e9108a8c35901aeffa67265555682791c2777c..3a7c41a97ac6ad2bc985144038594c3bd1afbd0d 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1726,7 +1726,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .lname  = "Number of IOs to perform",
                .type   = FIO_OPT_STR_VAL,
                .off1   = td_var_offset(number_ios),
-               .help   = "Force job completion of this number of IOs",
+               .help   = "Force job completion after this number of IOs",
                .def    = "0",
                .category = FIO_OPT_C_IO,
                .group  = FIO_OPT_G_INVALID,