X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=f5cab6558c8d636411f4055370019d47dedb619b;hp=83e7454ec60d52e5694e3737ff41896cff4147b6;hb=b7f487cf80a8299a656df9c2214ff73e72956d71;hpb=2639f0560282832563b787a8b180c68739ec2d04;ds=sidebyside diff --git a/options.c b/options.c index 83e7454e..f5cab655 100644 --- a/options.c +++ b/options.c @@ -2340,7 +2340,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .lname = "Lock memory", .type = FIO_OPT_STR_VAL, .off1 = td_var_offset(lockmem), - .help = "Lock down this amount of memory", + .help = "Lock down this amount of memory (per worker)", .def = "0", .interval = 1024 * 1024, .category = FIO_OPT_C_GENERAL,