gfio: add error option group
[fio.git] / options.c
index c4ecf02b6a868c4240a4cdc52d424884826bddf5..14a983115ce75ee2c0dfe6b13be24a6620fc90bd 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2707,7 +2707,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .help   = "Continue on non-fatal errors during IO",
                .def    = "none",
                .category = FIO_OPT_C_GENERAL,
-               .group  = FIO_OPT_G_INVALID,
+               .group  = FIO_OPT_G_ERR,
                .posval = {
                          { .ival = "none",
                            .oval = ERROR_TYPE_NONE,
@@ -2750,7 +2750,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .help   = "Set a specific list of errors to ignore",
                .parent = "rw",
                .category = FIO_OPT_C_GENERAL,
-               .group  = FIO_OPT_G_INVALID,
+               .group  = FIO_OPT_G_ERR,
        },
        {
                .name   = "error_dump",
@@ -2759,7 +2759,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .def    = "0",
                .help   = "Dump info on each error",
                .category = FIO_OPT_C_GENERAL,
-               .group  = FIO_OPT_G_INVALID,
+               .group  = FIO_OPT_G_ERR,
        },
        {
                .name   = "profile",