Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
[fio.git] / options.c
index e085f6ce9c075acd44c6778daee312abda4343e6..ebf5d2e6b240932ae5cbcfa04963e4c16ff26c85 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1206,6 +1206,10 @@ static struct fio_option options[] = {
                            .oval = VERIFY_CRC7,
                            .help = "Use crc7 checksums for verification",
                          },
+                         { .ival = "sha1",
+                           .oval = VERIFY_SHA1,
+                           .help = "Use sha1 checksums for verification",
+                         },
                          { .ival = "sha256",
                            .oval = VERIFY_SHA256,
                            .help = "Use sha256 checksums for verification",