static void __print_usage() {
printf("\n");
- printf("--install recovery test for forced termination during package installing\n");
- printf("--update recovery test for forced termination during package updating\n");
- printf("--delta recovery test for forced termination during package delta installing\n");
- printf("--mount-install recovery test for forced termination during package mount-installing\n");
- printf("--mount-update recovery test for forced termination during package mount-updating\n");
- printf("--delay <u_time> fixed delay for forced termination\n");
- printf("--interval <u_time> use with repeat option. as it repeat the interval is added to delay\n");
- printf("--repeat <count> option for performing tests repeatedly\n");
+ printf("--install "
+ "recovery test for forced termination during package installing\n");
+ printf("--update "
+ "recovery test for forced termination during package updating\n");
+ printf("--delta "
+ "recovery test for forced termination during package delta installing\n");
+ printf("--mount-install "
+ "recovery test for forced termination during package mount-installing\n");
+ printf("--mount-update "
+ "recovery test for forced termination during package mount-updating\n");
+ printf("--delay <u_time> "
+ "fixed delay for forced termination\n");
+ printf("--interval <u_time> "
+ "use with repeat option. as it repeat the interval is added to delay\n");
+ printf("--repeat <count> "
+ "option for performing tests repeatedly\n");
}
int main(int argc, char** argv) {