Rename header_offset and header_interval options
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 8cb849c7c6edad0ddf70294d98f3084cd2894a5a..2fbbc1d2150e3e70a1512f83ea45b54c44c45977 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -603,11 +603,11 @@ verifysort=bool   If set, fio will sort written verify blocks when it deems
                fast IO where the red-black tree sorting CPU time becomes
                significant.
 
-header_offset=siint    Swap the verification header with data somewhere else
+verify_offset=siint    Swap the verification header with data somewhere else
                        in the block before writing. Its swapped back before
                        verifying.
 
-header_interval=siint  Write the verification header at a finer granularity
+verify_interval=siint  Write the verification header at a finer granularity
                        than the blocksize. It will be written for chunks the
                        size of header_interval. blocksize should divide this
                        evenly.