Chromium Code Reviews| Index: cgpt/cgpt.c |
| diff --git a/cgpt/cgpt.c b/cgpt/cgpt.c |
| index d80bffea28eea3d46b289e49fdbd16c476cab56a..d8604b1f0cd5dd34bcc30ce8104e9cbfefc54ed8 100644 |
| --- a/cgpt/cgpt.c |
| +++ b/cgpt/cgpt.c |
| @@ -26,6 +26,7 @@ struct { |
| {"show", cmd_show, "Show partition table and entries"}, |
| {"repair", cmd_repair, "Repair damaged GPT headers and tables"}, |
| {"boot", cmd_boot, "Edit the PMBR sector for legacy BIOSes"}, |
| + {"find", cmd_find, "Locate a partition by its GUID"}, |
| }; |