Fix for non-git versions
[fio.git] / options.c
index c08595bb62f08f41205fed0eca3751cf29933060..ae9fdac8f169d2985e77f7e5ac376c521677a353 100644 (file)
--- a/options.c
+++ b/options.c
@@ -962,6 +962,10 @@ struct fio_option fio_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"