diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 235d7234f..12a1ddc87 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -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"