("mount-update",
"recovery test for forced termination "
"during package mount-updating")
- ("delay", bpo::value<int>(), "fixed delay for forced termination")
+ ("delay", bpo::value<int>(), "fixed delay for forced termination\n"
+ "unit : microsecond (ex. 1000000us = 1s)")
("interval", bpo::value<int>(),
- "use with repeat option. "
- "as it repeat the interval is added to delay")
- ("repeat", bpo::value<int>(), "option for performing tests repeatedly")
+ "use with repeat option.\n"
+ "as it repeat the interval is added to delay\n"
+ "unit : microsecond (ex. 1000000us = 1s)")
+ ("repeat", bpo::value<int>(), "option for performing tests repeatedly\n"
+ "enter -1 to test infinitely")
("no-backup", "Do test without backup")
("backup-type", bpo::value<std::string>(), "<move|copy> set test's "
"backup type \'move\', \'copy and remove\'");