options: fix 'kb_base' being of the wrong type
[fio.git] / options.c
index cf087edd54b44f7b412477c067d94f07ca77a601..7a7006c169ee375e323c590abc21b5ff8f5b00af 100644 (file)
--- a/options.c
+++ b/options.c
@@ -4530,7 +4530,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
        {
                .name   = "kb_base",
                .lname  = "KB Base",
-               .type   = FIO_OPT_INT,
+               .type   = FIO_OPT_STR,
                .off1   = offsetof(struct thread_options, kb_base),
                .prio   = 1,
                .def    = "1024",