summaryrefslogtreecommitdiff
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2021-04-12 19:16:43 +0200
committerLuca Stefani <luca.stefani.ge1@gmail.com>2021-04-12 19:16:52 +0200
commit173667b7e79ad6749b02419c7b2422a9e73917e1 (patch)
tree2dbd77f996dc134196b82e62064d5796e806600d /fastboot/fastboot.cpp
parent50d8f9d2998acc06a370eb9bbfa8fc254a098916 (diff)
fastboot: Add a few missing fastboot commands from help
Test: m, fastboot help Change-Id: I8c40ad25123470ea214b9d93d7305945973a2b0b
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r--fastboot/fastboot.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
index dfed77ee0..e5319a5aa 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -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"