X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=profiles%2Ftiobench.c;h=f86a33787d9ca4e5f25fe2d096089c04b902154d;hb=ea3c936ea2553dba0cc789a4ef197bc78261c841;hp=e8c478ec6ce817c819fcd8fc21724b901e343dcb;hpb=e58eb86d6ce20f7a550dfd28b6c789db5adab95b;p=fio.git diff --git a/profiles/tiobench.c b/profiles/tiobench.c index e8c478ec..f86a3378 100644 --- a/profiles/tiobench.c +++ b/profiles/tiobench.c @@ -85,7 +85,7 @@ static void tb_prep_cmdline(void) static struct profile_ops tiobench_profile = { .name = "tiobench", - .desc = "Emulate behaviour of the tiotest/tiobench benchmark", + .desc = "tiotest/tiobench benchmark", .options = options, .prep_cmd = tb_prep_cmdline, .cmdline = tb_opts,