gfio: set option category for create_only
[fio.git] / options.c
index 0074e5fbc98e5d7cf9356e7967dd14de834da3d7..2201f597fd8235e2b4f66a33b649f386e1159feb 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2225,6 +2225,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(create_only),
                .help   = "Only perform file creation phase",
+               .category = FIO_OPT_C_FILE,
                .def    = "0",
        },
        {