libaio: fix 'hipri' help entry
authorJens Axboe <axboe@kernel.dk>
Wed, 7 Nov 2018 04:29:06 +0000 (21:29 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Nov 2018 04:29:06 +0000 (21:29 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/libaio.c

index 39f338a970b8df7d0e2336402643237ae9d32c35..b241ed99c4972e9956597d355645c65fa8274498 100644 (file)
@@ -60,7 +60,7 @@ static struct fio_option options[] = {
                .lname  = "RWF_HIPRI",
                .type   = FIO_OPT_STR_SET,
                .off1   = offsetof(struct libaio_options, hipri),
-               .help   = "Set RWF_HIPRI for pwritev2/preadv2",
+               .help   = "Use polled IO completions",
                .category = FIO_OPT_C_ENGINE,
                .group  = FIO_OPT_G_LIBAIO,
        },