HOWTO: typo: write_log_log -> write_lat_log + use suffix
[fio.git] / options.c
index 3de0221e26eb5ab03d4f6e664be41e5c50ce5bb6..f8927ee803b6da4c71a84fe1b18422675d927997 100644 (file)
--- a/options.c
+++ b/options.c
@@ -944,6 +944,10 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                            .oval = TD_DDIR_RW,
                            .help = "Sequential read and write mix",
                          },
+                         { .ival = "readwrite",
+                           .oval = TD_DDIR_RW,
+                           .help = "Sequential read and write mix",
+                         },
                          { .ival = "randrw",
                            .oval = TD_DDIR_RANDRW,
                            .help = "Random read and write mix"