From 7974dc348a044044e79b3d7a3997ef75254b0286 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 28 Aug 2019 18:45:39 -0400 Subject: cgpt: improve help text Standardize on the term "blocks" rather than "sectors" as this matches our disk layout configuration files. For cgpt show, split the specific field options out from the -i option. The current text makes it seem like they're always required when using the -i option, and it's not super clear that they only matter when the -i flag is used. BUG=None TEST=CQ passes BRANCH=None Change-Id: Idfd939cfe9501da78e323bc1ce8c1fbf772fbaa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1773965 Reviewed-by: Julius Werner Commit-Queue: Mike Frysinger Tested-by: Mike Frysinger --- cgpt/cmd_repair.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgpt/cmd_repair.c') diff --git a/cgpt/cmd_repair.c b/cgpt/cmd_repair.c index 18e79ca2..7e4012ee 100644 --- a/cgpt/cmd_repair.c +++ b/cgpt/cmd_repair.c @@ -16,7 +16,7 @@ static void Usage(void) printf("\nUsage: %s repair [OPTIONS] DRIVE\n\n" "Repair damaged GPT headers and tables.\n\n" "Options:\n" - " -D NUM Size (in bytes) of the disk where partitions reside\n" + " -D NUM Size (in bytes) of the disk where partitions reside;\n" " default 0, meaning partitions and GPT structs are\n" " both on DRIVE\n" " -v Verbose\n" -- cgit v1.2.1