X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=7f663bb8ffbe880c2e67bc0c8c021e1f8a52e784;hb=6d428bcd303e466403cebdedf20a5cf84f6949cd;hp=ac41565c8677783aaa222ccf15929a74c1b7b39a;hpb=e7b24047454305dd61c9b4f9f73628a03c240a9f;p=fio.git diff --git a/options.c b/options.c index ac41565c..7f663bb8 100644 --- a/options.c +++ b/options.c @@ -2818,7 +2818,8 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .group = FIO_OPT_G_RATE, }, { - .name = "ratemin", + .name = "rate_min", + .alias = "ratemin", .lname = "I/O min rate", .type = FIO_OPT_INT, .off1 = td_var_offset(ratemin[DDIR_READ]), @@ -2868,7 +2869,8 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .group = FIO_OPT_G_RATE, }, { - .name = "ratecycle", + .name = "rate_cycle", + .alias = "ratecycle", .lname = "I/O rate cycle", .type = FIO_OPT_INT, .off1 = td_var_offset(ratecycle),