From: Jens Axboe Date: Fri, 24 Nov 2006 11:43:49 +0000 (+0100) Subject: [PATCH] Update ioengine help text X-Git-Tag: fio-1.10~17 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=08aae9a0d5f3d24152abd7515984439bbfd3c05d;p=fio.git [PATCH] Update ioengine help text Signed-off-by: Jens Axboe --- 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; }