Index: src/platform/vboot_reference/utility/cgpt/cgpt.c |
diff --git a/src/platform/vboot_reference/utility/cgpt/cgpt.c b/src/platform/vboot_reference/utility/cgpt/cgpt.c |
index e20a2d2640013e770d420fb206ed678fe1b5f717..a6671138a2ec1bdabccc839e1596316651b2a100 100644 |
--- a/src/platform/vboot_reference/utility/cgpt/cgpt.c |
+++ b/src/platform/vboot_reference/utility/cgpt/cgpt.c |
@@ -31,6 +31,7 @@ struct { |
} cmds[] = { |
{"attribute", CgptAttribute, "Update GPT attribute bits " |
"(for ChromeOS kernel entry only)"}, |
+ {"repair", CgptRepair, "Repair primary and secondary headers and tables"}, |
{"show", CgptShow, "Show partition details"}, |
}; |