From: Junghyun Yeon Date: Mon, 18 May 2020 10:38:34 +0000 (+0900) Subject: Add description at help message for recovery test for clarification X-Git-Tag: submit/tizen/20200601.023448~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38f7adcfa3fd5d4d62790ee35ac0cb226d772b4e;p=platform%2Fcore%2Fappfw%2Ftpk-backend.git Add description at help message for recovery test for clarification Change-Id: I08f5c765b6586b42c8c67743c71af3cba9fad8a6 Signed-off-by: Junghyun Yeon --- diff --git a/src/unit_tests/recovery_test.cc b/src/unit_tests/recovery_test.cc index eb5bf09..f0db4f2 100644 --- a/src/unit_tests/recovery_test.cc +++ b/src/unit_tests/recovery_test.cc @@ -348,11 +348,14 @@ int main(int argc, char** argv) { ("mount-update", "recovery test for forced termination " "during package mount-updating") - ("delay", bpo::value(), "fixed delay for forced termination") + ("delay", bpo::value(), "fixed delay for forced termination\n" + "unit : microsecond (ex. 1000000us = 1s)") ("interval", bpo::value(), - "use with repeat option. " - "as it repeat the interval is added to delay") - ("repeat", bpo::value(), "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(), "option for performing tests repeatedly\n" + "enter -1 to test infinitely") ("no-backup", "Do test without backup") ("backup-type", bpo::value(), " set test's " "backup type \'move\', \'copy and remove\'");