gfio: improve option edit
[fio.git] / engines / libaio.c
index 6bbd363dce02257e6a1556109319bdb9970c1b6d..2b8c6dac533c8bf2c9f1cdd0cc02e7ba7a599b72 100644 (file)
@@ -32,10 +32,11 @@ struct libaio_options {
 static struct fio_option options[] = {
        {
                .name   = "userspace_reap",
+               .lname  = "Libaio userspace reaping",
                .type   = FIO_OPT_STR_SET,
                .off1   = offsetof(struct libaio_options, userspace_reap),
                .help   = "Use alternative user-space reap implementation",
-               .category = FIO_OPT_G_IO_ENG,
+               .category = FIO_OPT_C_IO,
        },
        {
                .name   = NULL,