From: Jens Axboe Date: Thu, 11 Jan 2007 13:06:35 +0000 (+0100) Subject: [PATCH] Help: thinktime is in microseconds X-Git-Tag: fio-1.12~156^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5fa0f817d41211f45c04809dfe6c324f916fbcb4;p=fio.git [PATCH] Help: thinktime is in microseconds Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index 5d6b0a90..374d10ad 100644 --- a/init.c +++ b/init.c @@ -321,7 +321,7 @@ static struct fio_option options[] = { .name = "thinktime", .type = FIO_OPT_INT, .off1 = td_var_offset(thinktime), - .help = "Idle time between IO buffers", + .help = "Idle time between IO buffers (usec)", .def = "0", }, {