[PATCH] Update ioengine help text
authorJens Axboe <jens.axboe@oracle.com>
Fri, 24 Nov 2006 11:43:49 +0000 (12:43 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 24 Nov 2006 11:43:49 +0000 (12:43 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index badd635a394f45656fc8c027c83a5ad34cea6e6c..36c1839b18767ef3910a44f4fb56333f2562e2c5 100644 (file)
--- 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;
 }