Loading fastboot/fastboot.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -571,7 +571,8 @@ static int show_help() { " Format a flash partition.\n" " set_active SLOT Set the active slot.\n" " oem [COMMAND...] Execute OEM-specific command.\n" " gsi wipe|disable Wipe or disable a GSI installation (fastbootd only).\n" " gsi wipe|disable|status Wipe, disable or show status of a GSI installation\n" " (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" Loading Loading
fastboot/fastboot.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -571,7 +571,8 @@ static int show_help() { " Format a flash partition.\n" " set_active SLOT Set the active slot.\n" " oem [COMMAND...] Execute OEM-specific command.\n" " gsi wipe|disable Wipe or disable a GSI installation (fastbootd only).\n" " gsi wipe|disable|status Wipe, disable or show status of a GSI installation\n" " (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" Loading