options: make it clear that max_latency is in usecs
[fio.git] / options.c
index 2a530226f399b21585fc345b2a9766f05220a838..6c6dba01403b01627d97994ecf58153d576d2857 100644 (file)
--- 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)",