Loading fastboot/fastboot.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -638,7 +638,10 @@ static int show_help() { " --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" " --exclude-dynamic-partitions\n" " Excludes flashing of dynamic partitions.\n" " --disable-fastboot-info Will collects tasks from image list rather than \n" " $OUT/fastboot-info.txt.\n" " --fs-options=OPTION[,OPTION]\n" " Enable filesystem features. OPTION supports casefold, projid, compress\n" // TODO: remove --unbuffered? Loading Loading
fastboot/fastboot.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -638,7 +638,10 @@ static int show_help() { " --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" " --exclude-dynamic-partitions\n" " Excludes flashing of dynamic partitions.\n" " --disable-fastboot-info Will collects tasks from image list rather than \n" " $OUT/fastboot-info.txt.\n" " --fs-options=OPTION[,OPTION]\n" " Enable filesystem features. OPTION supports casefold, projid, compress\n" // TODO: remove --unbuffered? Loading