fastboot: Add a few missing fastboot commands from help

Test: m, fastboot help
Change-Id: I8c40ad25123470ea214b9d93d7305945973a2b0b
This commit is contained in:
Luca Stefani 2021-04-12 19:16:43 +02:00
parent 50d8f9d299
commit 173667b7e7
1 changed files with 7 additions and 0 deletions

View File

@ -411,6 +411,13 @@ static int show_help() {
" gsi wipe|disable Wipe or disable a GSI installation (fastbootd only).\n"
" wipe-super [SUPER_EMPTY] Wipe the super partition. This will reset it to\n"
" contain an empty set of default dynamic partitions.\n"
" create-logical-partition NAME SIZE\n"
" Create a logical partition with the given name and\n"
" size, in the super partition.\n"
" delete-logical-partition NAME\n"
" Delete a logical partition with the given name.\n"
" resize-logical-partition NAME SIZE\n"
" Change the size of the named logical partition.\n"
" snapshot-update cancel On devices that support snapshot-based updates, cancel\n"
" an in-progress update. This may make the device\n"
" unbootable until it is reflashed.\n"