From 658182b8e7ce29c1e14ea0b96b147cd6a21f1144 Mon Sep 17 00:00:00 2001 From: Daniel Zheng Date: Tue, 18 Jul 2023 15:36:26 -0700 Subject: [PATCH] Adding documentation adding --help documentation to fastboot for --disable-super-optimization and --disable-fastboot-info Test: fastboot -h Change-Id: Ia8993b3894d302a63cc97796d66e0af3fb004eef --- fastboot/fastboot.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 61c7204da..b64888ace 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -630,6 +630,9 @@ static int show_help() { " --skip-reboot Don't reboot device after flashing.\n" " --disable-verity Sets disable-verity when flashing vbmeta.\n" " --disable-verification Sets disable-verification when flashing vbmeta.\n" + " --disable-super-optimization\n" + " Disables optimizations on flashing super partition.\n" + " --disable-fastboot-info Will collects tasks from image list rather than $OUT/fastboot-info.txt.\n" " --fs-options=OPTION[,OPTION]\n" " Enable filesystem features. OPTION supports casefold, projid, compress\n" // TODO: remove --unbuffered?