From: Jens Axboe Date: Thu, 30 Nov 2017 04:30:21 +0000 (-0700) Subject: options: make it clear that max_latency is in usecs X-Git-Tag: fio-3.3~54 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=dd97d866c1b9e10b4782c1fc13df505d2f7e13ec;ds=sidebyside options: make it clear that max_latency is in usecs The other latency options include this in their long name. Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index 2a530226..6c6dba01 100644 --- a/options.c +++ b/options.c @@ -3458,7 +3458,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { }, { .name = "max_latency", - .lname = "Max Latency", + .lname = "Max Latency (usec)", .type = FIO_OPT_INT, .off1 = offsetof(struct thread_options, max_latency), .help = "Maximum tolerated IO latency (usec)",