From: Ilho Kim Date: Wed, 31 Jul 2019 03:28:12 +0000 (+0900) Subject: Fix coding style X-Git-Tag: submit/tizen/20190809.084335~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0e7ee7d0f67afabbe4355a7d183100ee71ed684;p=platform%2Fcore%2Fappfw%2Ftpk-backend.git Fix coding style Change-Id: I9353b9beb35f888cb9d06c60d9475c6028b84b14 Signed-off-by: Ilho Kim --- diff --git a/src/unit_tests/recovery_test.cc b/src/unit_tests/recovery_test.cc index 7161aea..71b652c 100644 --- a/src/unit_tests/recovery_test.cc +++ b/src/unit_tests/recovery_test.cc @@ -273,14 +273,22 @@ const struct option long_options[] = { 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 fixed delay for forced termination\n"); - printf("--interval use with repeat option. as it repeat the interval is added to delay\n"); - printf("--repeat 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 " + "fixed delay for forced termination\n"); + printf("--interval " + "use with repeat option. as it repeat the interval is added to delay\n"); + printf("--repeat " + "option for performing tests repeatedly\n"); } int main(int argc, char** argv) {