From edb35b85e2f870818bfecea6408ad2050f749e21 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Mon, 30 Oct 2017 16:07:13 -0700 Subject: [PATCH] releasetools: Fix the comment for '--verify' flag. '-v' is not the abbreviation for '--verify' (but for '--verbose' instead). Test: N/A Change-Id: I86339a1f7ea538d88ac6ed61595361531b79065c --- tools/releasetools/ota_from_target_files.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/releasetools/ota_from_target_files.py b/tools/releasetools/ota_from_target_files.py index a9e1606651..165976ca68 100755 --- a/tools/releasetools/ota_from_target_files.py +++ b/tools/releasetools/ota_from_target_files.py @@ -46,9 +46,9 @@ Usage: ota_from_target_files [flags] input_target_files output_ota_package Similar to --full_radio. When generating an incremental OTA, always include a full copy of bootloader image. - -v (--verify) - Remount and verify the checksums of the files written to the - system and vendor (if used) partitions. Incremental builds only. + --verify + Remount and verify the checksums of the files written to the system and + vendor (if used) partitions. Non-A/B incremental OTAs only. -o (--oem_settings) Comma seperated list of files used to specify the expected OEM-specific