Skip to content

Commit

Permalink
Merge 'lineage-18.1' into 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neobuddy89 committed May 8, 2021
2 parents 6675748 + 8ca6344 commit 187bdd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fastboot/fastboot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,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"
Expand Down

0 comments on commit 187bdd6

Please sign in to comment.