*/
("store-path", po::value<std::string>(&store_path)->required(),
"path to store, <store-path>/block should "
- "be a symlink to the target device for bluestore or seastore")(
- "debug", po::value<bool>(&debug)->default_value(false),
- "enable debugging")
+ "be a symlink to the target device for bluestore or seastore")
+ ("debug", po::bool_switch(&debug), "enable debugging")
("work-load-type",
po::value<std::string>(&work_load_type)->required(),
- "work load type: pg_log or rgw_index")
+ "work load type: pg_log, rgw_index or random_write")
("smp", po::value<unsigned>(&smp),
"number of reactors");