From 08aae9a0d5f3d24152abd7515984439bbfd3c05d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 24 Nov 2006 12:43:49 +0100 Subject: [PATCH] [PATCH] Update ioengine help text Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index badd635a..36c1839b 100644 --- a/init.c +++ b/init.c @@ -848,7 +848,7 @@ static int str_ioengine_cb(void *data, const char *str) if (td->io_ops) return 0; - log_err("fio: ioengine: { linuxaio, aio, libaio }, posixaio, sync, mmap, sgio, splice, cpu\n"); + log_err("fio: ioengine= libaio, posixaio, sync, mmap, sgio, splice, cpu, null\n"); log_err("fio: or specify path to dynamic ioengine module\n"); return 1; } -- 2.25.1