Note offset_increment parent option
[fio.git] / options.c
index e0f6422ba173f14a86f8d4e0b198413accabab29..3de0221e26eb5ab03d4f6e664be41e5c50ce5bb6 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1118,6 +1118,14 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                .help   = "Start IO from this offset",
                .def    = "0",
        },
+       {
+               .name   = "offset_increment",
+               .type   = FIO_OPT_STR_VAL,
+               .off1   = td_var_offset(offset_increment),
+               .help   = "What is the increment from one offset to the next",
+               .parent = "offset",
+               .def    = "0",
+       },
        {
                .name   = "bs",
                .alias  = "blocksize",
@@ -2215,13 +2223,6 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                .parent = "flow_id",
                .def    = "0",
        },
-       {
-               .name   = "offset_increment",
-               .type   = FIO_OPT_STR_VAL,
-               .off1   = td_var_offset(offset_increment),
-               .help   = "What is the increment from one offset to the next",
-               .def    = "0",
-       },
        {
                .name = NULL,
        },