summaryrefslogtreecommitdiff
path: root/fastboot
diff options
context:
space:
mode:
authorChun-Wei Wang <wangchun@google.com>2024-01-02 14:59:53 +0800
committerChun-Wei Wang <wangchun@google.com>2024-01-02 15:29:21 +0800
commit9c48951d91aa2873d7e236d825b7a6d3f05c6797 (patch)
tree7cdc338b7b4faf82a2b106fd9aed6e0eff0a065b /fastboot
parent94d60a73f40fcdc1df12592a186f55b7382b9524 (diff)
downloadcore-9c48951d91aa2873d7e236d825b7a6d3f05c6797.tar.gz
Add help text for `fastboot gsi status`
Bug: 298533290 Test: fastboot -h Change-Id: Icf91a980059aaa8e74e41af4036778fbbfbf1bd2
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/fastboot.cpp3
1 files changed, 2 insertions, 1 deletions
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"