From dd97d866c1b9e10b4782c1fc13df505d2f7e13ec Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 29 Nov 2017 21:30:21 -0700 Subject: [PATCH] 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 --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)", -- 2.25.1