Allow the adding of 'posval' for dynamic options like 'profile'
[fio.git] / profiles / tiobench.c
index e8c478ec6ce817c819fcd8fc21724b901e343dcb..f86a33787d9ca4e5f25fe2d096089c04b902154d 100644 (file)
@@ -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,