Python style/portability fix
[fio.git] / options.c
index 0f2adcd454c57823e59d931ec977052ab65a058d..5886c505b58f2466de4356a123a403ea6dcd01b2 100644 (file)
--- 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,
@@ -2646,6 +2647,10 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .oval = VERIFY_CRC32C,
                            .help = "Use crc32c checksums for verification (hw assisted, if available)",
                          },
+                         { .ival = "crc32c-arm64",
+                           .oval = VERIFY_CRC32C,
+                           .help = "Use crc32c checksums for verification (hw assisted, if available)",
+                         },
                          { .ival = "crc32c",
                            .oval = VERIFY_CRC32C,
                            .help = "Use crc32c checksums for verification (hw assisted, if available)",